MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / MessageChoice

Interface MessageChoice

lib/models.ts:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47interface MessageChoice {
48 message: ChatGPTMessage;
49 finish_reason: string;
50 index: number;
51}
52
53interface TextChoice {
54 text: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected