🎨 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:
parent
fb53522311
commit
d897de48f9
1 changed files with 2 additions and 1 deletions
|
|
@ -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=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue