ToolCall
Defined in the protocols module.Rust AI Agent SDK A tool call from the LLM.
Fields
| Name | Type | Description |
|---|---|---|
id | String | Tool call ID |
name | String | Tool name |
arguments | serde_json::Value | Tool arguments |
Source
View on GitHub
praisonai/src/protocols/mod.rs at line 210
