| 25 | } |
| 26 | |
| 27 | type Message struct { |
| 28 | Role string `json:"role"` |
| 29 | Content string `json:"content"` |
| 30 | Name *string `json:"name,omitempty"` |
| 31 | } |
| 32 | |
| 33 | type Function struct { |
| 34 | Url string `json:"url,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected