Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:154
Outcome information provided to onAfterToolCall.
duration: number;duration: number;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:166
Duration of tool execution in milliseconds
optional error: unknown;optional error: unknown;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:169
ok: boolean;ok: boolean;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:164
Whether the execution succeeded
optional result: unknown;optional result: unknown;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:168
The result (if ok) or error (if not ok)
tool:
| Tool<SchemaInput, SchemaInput, string>
| undefined;tool:
| Tool<SchemaInput, SchemaInput, string>
| undefined;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:158
The resolved tool definition
toolCall: ToolCall;toolCall: ToolCall;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:156
The tool call that was executed
toolCallId: string;toolCallId: string;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:162
ID of the tool call
toolName: string;toolName: string;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:160
Name of the tool