feat: add agent component to skip update in template loading. (#7077)
* error fix * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
eeeb09e7ea
commit
1bc450fb90
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ def update_projects_components_with_latest_component_versions(project_data, all_
|
|||
node_type = node.get("data").get("type")
|
||||
|
||||
# Skip updating if tool_mode is True
|
||||
if node_data.get("tool_mode", False):
|
||||
if node_data.get("tool_mode", False) or node_data.get("key") == "Agent":
|
||||
continue
|
||||
|
||||
# Skip nodes with outputs of the specified format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue