| 259 | * @interface |
| 260 | */ |
| 261 | export interface ChatCompletionResponse extends CResponse { |
| 262 | choices: ChatChoice[]; |
| 263 | } |
| 264 | |
| 265 | /** |
| 266 | * The structure of a error response for all functions |
nothing calls this directly
no outgoing calls
no test coverage detected