Adjusted the name of the agent AgentInitializer to initialize_agent temporarily to fix a bug in the frontendnode

This commit is contained in:
gustavoschaedler 2023-06-16 15:38:20 +01:00
commit 92a285bb2e
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ class CSVAgentNode(FrontendNode):
class InitializeAgentNode(FrontendNode):
name: str = "AgentInitializer"
name: str = "initialize_agent"
template: Template = Template(
type_name="initialize_agent",
fields=[