Defined in: types.ts:896
content: string;
Defined in: types.ts:899
optional finishReason: "length" | "stop" | "content_filter" | null;
Defined in: types.ts:901
id: string;
Defined in: types.ts:897
model: string;
Defined in: types.ts:898
optional role: "assistant";
Defined in: types.ts:900
optional usage: object;
Defined in: types.ts:902
completionTokens: number;
promptTokens: number;
totalTokens: number;