Appearance
type ChatModelResponse: { type: "model"; response: (string | ChatModelFunctionCall)[]; };
type: "model";
response: (string | ChatModelFunctionCall)[];
types.ts:121