Defined in: types.ts:928
content: string;
Defined in: types.ts:931
optional finishReason: "length" | "stop" | "content_filter" | null;
Defined in: types.ts:933
id: string;
Defined in: types.ts:929
model: string;
Defined in: types.ts:930
optional role: "assistant";
Defined in: types.ts:932
optional usage: object;
Defined in: types.ts:934
completionTokens: number;
promptTokens: number;
totalTokens: number;