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

Interface ChoiceGenerate

packages/core/src/pipes/pipes.ts:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72interface ChoiceGenerate {
73 index: number;
74 message: Message;
75 logprobs: boolean | null;
76 finish_reason: string;
77}
78
79interface Tool {
80 run: (...args: any[]) => Promise<any>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected