| 144 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 145 | #[serde(rename_all = "camelCase")] |
| 146 | pub struct ToolCallArgs { |
| 147 | pub tool_call_id: String, |
| 148 | pub delta: Value, |
| 149 | } |
| 150 | |
| 151 | /// Signals the end of a tool call |
| 152 | #[derive(Debug, Clone, Serialize, Deserialize)] |