| 18 | RoleTool Role = "tool" |
| 19 | ) |
| 20 | |
| 21 | type ToolCall struct { |
| 22 | ID string `json:"id,omitempty"` |
| 23 | Name string `json:"name"` |
| 24 | Arguments map[string]any `json:"arguments"` |
| 25 | } |
| 26 | |
| 27 | type Message struct { |
nothing calls this directly
no outgoing calls
no test coverage detected