Skip to content

Commit b116fc6

Browse files
committed
fix description, tags for TaskPlannerNode
1 parent 073d534 commit b116fc6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/nodetool/dsl/nodetool/agents.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,7 @@ def get_node_type(cls):
327327

328328
class TaskPlannerNode(GraphNode):
329329
"""
330-
Generates a Task execution plan based on an objective, model, and tools.
331-
Outputs a Task object that can be used by an Agent executor.
330+
Generates a Task execution plan based on an objective, model, and tools. Outputs a Task object that can be used by an Agent executor.
332331
planning, task generation, workflow design
333332
"""
334333

src/nodetool/nodes/nodetool/agents.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ def init_tool(tool: ToolName) -> Tool | None:
8585

8686
class TaskPlannerNode(BaseNode):
8787
"""
88-
Generates a Task execution plan based on an objective, model, and tools.
89-
Outputs a Task object that can be used by an Agent executor.
88+
Generates a Task execution plan based on an objective, model, and tools. Outputs a Task object that can be used by an Agent executor.
9089
planning, task generation, workflow design
9190
"""
9291

0 commit comments

Comments
 (0)