Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:123
Context provided to tool call hooks (onBeforeToolCall / onAfterToolCall).
args: unknown;args: unknown;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:129
Parsed arguments for the tool call
tool:
| Tool<SchemaInput, SchemaInput, string>
| undefined;tool:
| Tool<SchemaInput, SchemaInput, string>
| undefined;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:127
The resolved tool definition, if found
toolCall: ToolCall;toolCall: ToolCall;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:125
The tool call being executed
toolCallId: string;toolCallId: string;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:133
ID of the tool call
toolName: string;toolName: string;Defined in: packages/typescript/ai/src/activities/chat/middleware/types.ts:131
Name of the tool