diff --git a/js/core/src/action.ts b/js/core/src/action.ts index a767dcedf0..53e3f832fe 100644 --- a/js/core/src/action.ts +++ b/js/core/src/action.ts @@ -529,6 +529,8 @@ export const sentinelNoopStreamingCallback = () => null; /** * Executes provided function with streaming callback in async local storage which can be retrieved * using {@link getStreamingCallback}. + * + * @deprecated `getStreamingCallback` is no longer used internally */ export function runWithStreamingCallback( streamingCallback: StreamingCallback | undefined,