MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / ChatCompletionResponse

Interface ChatCompletionResponse

packages/baseai/types/providers.ts:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 * @interface
260 */
261export interface ChatCompletionResponse extends CResponse {
262 choices: ChatChoice[];
263}
264
265/**
266 * The structure of a error response for all functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected