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

Interface ChunkStream

packages/core/src/pipes/pipes.ts:473–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473export interface ChunkStream {
474 id: string;
475 object: string;
476 created: number;
477 model: string;
478 choices: ChoiceStream[];
479}
480
481export interface Chunk {
482 type: 'content' | 'toolCall' | 'unknown';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected