MCPcopy
hub / github.com/plasma-umass/scalene / OpenAIChoice

Interface OpenAIChoice

scalene/scalene-gui/openai.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8interface OpenAIChoice {
9 message: {
10 content: string;
11 };
12}
13
14interface OpenAIResponse extends OpenAIErrorResponse {
15 choices?: OpenAIChoice[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected