feat send base64 or url

This commit is contained in:
Yanyutin753
2024-03-07 23:33:32 +08:00
parent 79a863c636
commit 7fd9653e7c
6 changed files with 21 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ export interface RequestBody {
apiKey?: string;
maxIterations: number;
returnIntermediateSteps: boolean;
updateTypes: boolean;
useTools: (undefined | string)[];
}