Skip to content

AIDK API Reference / aidk-client / ExecutionHandlerConfig

Interface: ExecutionHandlerConfig ​

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

Properties ​

PropertyTypeDefined in
clientEngineClientpackages/client/src/execution-handler.ts:449
onComplete?(result: unknown) => voidpackages/client/src/execution-handler.ts:455
onError?(error: Error) => voidpackages/client/src/execution-handler.ts:456
onErrorChange?(error: Error | null) => voidpackages/client/src/execution-handler.ts:453
onEvent?(event: EngineStreamEvent) => voidpackages/client/src/execution-handler.ts:454
onMessagesChange(messages: Message[]) => voidpackages/client/src/execution-handler.ts:450
onStreamingChange?(isStreaming: boolean) => voidpackages/client/src/execution-handler.ts:451
onThreadIdChange?(threadId: string | null) => voidpackages/client/src/execution-handler.ts:452

Released under the MIT License.