feat: generation support vars

This commit is contained in:
Joel 2024-03-18 14:57:18 +08:00
parent cbe7116bb7
commit 1482eb0348
1 changed files with 4 additions and 5 deletions

View File

@ -66,12 +66,11 @@ const formatItem = (item: any, isChatMode: boolean, filterVar: (payload: Var, se
variable: 'sys.query',
type: VarType.string,
})
res.vars.push({
variable: 'sys.files',
type: VarType.arrayFile,
})
}
res.vars.push({
variable: 'sys.files',
type: VarType.arrayFile,
})
break
}