feat: Allow using file variables directly in the LLM node and support more file types. (#10679)

Co-authored-by: Joel <iamjoel007@gmail.com>
This commit is contained in:
-LAN- 2024-11-22 16:30:22 +08:00 committed by GitHub
commit c5f7d650b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 1033 additions and 265 deletions

View file

@ -89,6 +89,7 @@ const Panel: FC<NodePanelProps<CodeNodeType>> = ({
list={inputs.variables}
onChange={handleVarListChange}
filterVar={filterVar}
isSupportFileVar={false}
/>
</Field>
<Split />