Skip to content

Commit 5b5f1dd

Browse files
fix: Clean up some more base templates (#8708)
* fix: Clean up some more base templates * update simple agent and research translation loop * update travel planning agent * update * change outpu * update translation loop --------- Co-authored-by: Eric Hare <ericrhare@gmail.com>
1 parent cda1a6f commit 5b5f1dd

7 files changed

Lines changed: 3170 additions & 3602 deletions

File tree

src/backend/base/langflow/initial_setup/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def update_projects_components_with_latest_component_versions(project_data, all_
7373
is_tool_or_agent = node_data.get("tool_mode", False) or node_data.get("key") in {
7474
"Agent",
7575
"LanguageModelComponent",
76+
"TypeConverterComponent",
7677
}
7778
has_tool_outputs = any(output.get("types") == ["Tool"] for output in node_data.get("outputs", []))
7879
if "outputs" in latest_node and not has_tool_outputs and not is_tool_or_agent:

0 commit comments

Comments
 (0)