From 43429108f5760967b98be0ad172415e8155efa5c Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 19 Mar 2024 18:05:32 +0800 Subject: [PATCH] chore: http files --- web/app/components/workflow/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/app/components/workflow/constants.ts b/web/app/components/workflow/constants.ts index e6e436d04c..95845af7c4 100644 --- a/web/app/components/workflow/constants.ts +++ b/web/app/components/workflow/constants.ts @@ -388,6 +388,10 @@ export const HTTP_REQUEST_OUTPUT_STRUCT: Var[] = [ variable: 'headers', type: VarType.string, }, + { + variable: 'files', + type: VarType.arrayFile, + }, ] export const TOOL_OUTPUT_STRUCT: Var[] = [