ToolCall
Defined in the LLM Providers module.Rust AI Agent SDK A tool call made by the LLM
Fields
| Name | Type | Description |
|---|---|---|
id | String | Unique ID for this tool call |
name | String | The tool name |
arguments | String | The arguments as JSON string |
ToolCall: A tool call made by the LLM
Defined in the LLM Providers module.Rust AI Agent SDK A tool call made by the LLM
| Name | Type | Description |
|---|---|---|
id | String | Unique ID for this tool call |
name | String | The tool name |
arguments | String | The arguments as JSON string |