ToolCallRecord
Defined in: src/session.ts:39
Record of a tool call made during a session
Properties
arguments
arguments:
Record<string,unknown>
Defined in: src/session.ts:43
Arguments passed to the tool
name
name:
string
Defined in: src/session.ts:41
Name of the tool that was called