| 50 | } |
| 51 | |
| 52 | type Tool struct { |
| 53 | Id string `json:"id,omitempty"` |
| 54 | Type string `json:"type"` |
| 55 | Function Function `json:"function"` |
| 56 | } |
| 57 | |
| 58 | type ChatCompletionsStreamResponse struct { |
| 59 | Id string `json:"id"` |
nothing calls this directly
no outgoing calls
no test coverage detected