diff --git a/src/apis/generations.ts b/src/apis/generations.ts index 3a57bbb..3a70ade 100644 --- a/src/apis/generations.ts +++ b/src/apis/generations.ts @@ -58,7 +58,7 @@ export interface Tool { } export interface Messages { - content?: string; + content?: string | any[]; role?: string; }