Defined in: types.ts:973
content: string;
Defined in: types.ts:976
optional finishReason: "length" | "stop" | "content_filter" | null;
Defined in: types.ts:978
id: string;
Defined in: types.ts:974
model: string;
Defined in: types.ts:975
optional role: "assistant";
Defined in: types.ts:977
optional usage: object;
Defined in: types.ts:979
completionTokens: number;
promptTokens: number;
totalTokens: number;