+encrypted_content?: string, } | { "type": "tool_call", tool_call_id: string, tool_name: string, arguments: ToolCallArguments, status?: string, caller?: ToolCaller, encrypted_content?: string, provider_options?: ProviderOptions, provider_executed?: boolean, } | { "type": "builtin_tool_call", tool_call_id?: string, tool_name?: string, builtin_tool: BuiltinToolIdentity, arguments?: ToolCallArguments, status?: string, encrypted_content?: string, provider_options?: ProviderOptions, provider_executed?: boolean, } | { "type": "program", call_id: string, code: string, fingerprint?: string, id?: string, } | { "type": "program_output", call_id: string, result: string, status: string, id?: string, } | { "type": "tool_discovery_call", tool_call_id: string, discovery_tool_name: string, query?: string, arguments?: unknown, status?: string, execution?: string, provider_options?: ProviderOptions, } | { "type": "tool_result", tool_call_id: string, tool_name: string, output: unknown, caller?: ToolCaller, provider_options?: ProviderOptions, };
0 commit comments