chore: http files

This commit is contained in:
Joel 2024-03-19 18:05:32 +08:00
parent 18159b1a4b
commit 43429108f5
1 changed files with 4 additions and 0 deletions

View File

@ -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[] = [