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

Interface OpenAIError

lib/models.ts:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135export interface OpenAIError {
136 message: string;
137 type: string;
138 param: string | null; // Might not be string
139 code: number | null; // Might not be number
140}
141
142export interface ChatGPTParams {
143 temperature?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected