fix: add "mode" to priorityFields in constants (#7279) (#7290)

Updated the priorityFields set to include "mode" for enhanced functionality.
This commit is contained in:
Rodrigo Nader 2025-03-27 00:07:24 -03:00 committed by GitHub
commit 50dc34ed9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",