| 22 | } |
| 23 | |
| 24 | type Choice struct { |
| 25 | Delta Delta `json:"delta"` |
| 26 | Index int `json:"index"` |
| 27 | FinishReason string `json:"finish_reason"` |
| 28 | } |
| 29 | |
| 30 | type Delta struct { |
| 31 | Content string `json:"content"` |
nothing calls this directly
no outgoing calls
no test coverage detected