Skip to content

AIDK API Reference / aidk-client / StreamProcessorCallbacks

Interface: StreamProcessorCallbacks ​

Defined in: packages/client/src/execution-handler.ts:78

Extended by ​

Properties ​

PropertyTypeDefined in
onComplete?(result: unknown) => voidpackages/client/src/execution-handler.ts:81
onError?(error: Error) => voidpackages/client/src/execution-handler.ts:82
onMessagesChange(messages: Message[]) => voidpackages/client/src/execution-handler.ts:79
onThreadIdChange?(threadId: string | null) => voidpackages/client/src/execution-handler.ts:80

Released under the MIT License.