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

Interface OpenAIResponse

scalene/scalene-gui/openai.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14interface OpenAIResponse extends OpenAIErrorResponse {
15 choices?: OpenAIChoice[];
16}
17
18interface OpenAIModel {
19 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected