Defined in: types.ts:980
content: string;
Defined in: types.ts:983
optional finishReason: "length" | "stop" | "content_filter" | null;
Defined in: types.ts:985
id: string;
Defined in: types.ts:981
model: string;
Defined in: types.ts:982
optional role: "assistant";
Defined in: types.ts:984
optional usage: object;
Defined in: types.ts:986
completionTokens: number;
promptTokens: number;
totalTokens: number;