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

Interface CResponse

packages/baseai/types/providers.ts:223–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 * @interface
222 */
223export interface CResponse extends BaseResponse {
224 id: string;
225 created: number;
226 usage?: {
227 prompt_tokens: number;
228 completion_tokens: number;
229 total_tokens: number;
230 };
231}
232
233/**
234 * The structure of a completion response for the 'complete' function.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected