File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -327,8 +327,7 @@ def get_node_type(cls):
327
327
328
328
class TaskPlannerNode (GraphNode ):
329
329
"""
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.
332
331
planning, task generation, workflow design
333
332
"""
334
333
Original file line number Diff line number Diff line change @@ -85,8 +85,7 @@ def init_tool(tool: ToolName) -> Tool | None:
85
85
86
86
class TaskPlannerNode (BaseNode ):
87
87
"""
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.
90
89
planning, task generation, workflow design
91
90
"""
92
91
You can’t perform that action at this time.
0 commit comments