DirectToolCallOptions
Defined in: src/agent/tool-caller.ts:25
Options for direct tool call execution.
Properties
Section titled “Properties”recordDirectToolCall?
Section titled “recordDirectToolCall?”optional recordDirectToolCall?: boolean;Defined in: src/agent/tool-caller.ts:31
Whether to record this tool call in the agent’s message history.
Defaults to true. Set to false to execute the tool without
affecting conversation context.