| 10 | |
| 11 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 12 | pub struct BatchParams { |
| 13 | pub tool_calls: Vec<ToolCall>, |
| 14 | } |
| 15 | |
| 16 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 17 | pub struct ToolCall { |
nothing calls this directly
no outgoing calls
no test coverage detected