| 67 | Function toolCallFunc `json:"function"` |
| 68 | } |
| 69 | |
| 70 | type toolCallFunc struct { |
| 71 | Name string `json:"name"` |
| 72 | Arguments string `json:"arguments"` // OpenAI stringifies args |
| 73 | } |
| 74 | |
| 75 | type chatRequest struct { |
nothing calls this directly
no outgoing calls
no test coverage detected