Updated the priorityFields set to include "mode" for enhanced functionality.
This commit is contained in:
parent
27b5e02acc
commit
50dc34ed9d
1 changed files with 1 additions and 1 deletions
|
|
@ -659,7 +659,7 @@ export const LANGFLOW_SUPPORTED_TYPES = new Set([
|
|||
|
||||
export const FLEX_VIEW_TYPES = ["bool"];
|
||||
|
||||
export const priorityFields = new Set(["code", "template"]);
|
||||
export const priorityFields = new Set(["code", "template", "mode"]);
|
||||
|
||||
export const INPUT_TYPES = new Set([
|
||||
"ChatInput",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue