Remove "FileLoader" from INPUT_TYPES constant
This commit is contained in:
parent
0f22175d6a
commit
2d30edc13d
1 changed files with 1 additions and 1 deletions
|
|
@ -680,5 +680,5 @@ export const LANGFLOW_SUPPORTED_TYPES = new Set([
|
|||
|
||||
export const priorityFields = new Set(["code", "template"]);
|
||||
|
||||
export const INPUT_TYPES = new Set(["ChatInput", "TextInput", "FileLoader"]);
|
||||
export const INPUT_TYPES = new Set(["ChatInput", "TextInput"]);
|
||||
export const OUTPUT_TYPES = new Set(["ChatOutput"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue