AxAIOpenAIChatResponse
type AxAIOpenAIChatResponse = object;Properties
choices
choices: object[];finish_reason
finish_reason: "stop" | "length" | "content_filter" | "tool_calls";index
index: number;message
{
annotations?: AxAIOpenAIAnnotation[];
audio?: | {
data?: string;
expires_at?: number;
id: string;
transcript?: string;
}
| null;
content: string | null;
reasoning_content?: string;
refusal: string | null;
role: string;
tool_calls?: object[];
}created
created: number;error?
optional error: object;code
code: number;message
message: string;param
param: string;type
type: string;id
id: string;model
model: string;object
object: "chat.completion";system_fingerprint
system_fingerprint: string;usage?
optional usage: AxAIOpenAIUsage;