mirror of https://github.com/langgenius/dify.git
chore: http files
This commit is contained in:
parent
18159b1a4b
commit
43429108f5
|
|
@ -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[] = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue