Feat: Upload files in the chat box on the agent page #3221 (#9035)

### What problem does this PR solve?

Feat: Upload files in the chat box on the agent page #3221
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-07-24 19:17:56 +08:00
committed by GitHub
parent 2ae8f2cf00
commit 88910449e4
9 changed files with 356 additions and 20 deletions

View File

@ -150,7 +150,8 @@ function AgentForm({ node }: INextOperatorForm) {
<FormContainer>
<QueryVariable
name="visual_files_var"
label="Visual files var"
label="Visual Input File"
type={VariableType.File}
></QueryVariable>
<FormField
control={form.control}