🎨 style(agents.py): change name and display_name of InitializeAgentNode to improve readability

The name and display_name of the InitializeAgentNode class have been changed to "AgentInitializer" and "AgentInitializer" respectively. This improves the readability of the code and makes it easier to understand the purpose of the class.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-16 12:24:41 -03:00
commit d897de48f9

View file

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