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

Interface ChoiceStream

packages/core/src/pipes/pipes.ts:455–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455interface ChoiceStream {
456 index: number;
457 delta: Delta;
458 logprobs: boolean | null;
459 finish_reason: string;
460}
461
462interface Delta {
463 role?: MessageRole;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected