create_plan
Method
This is a method of the PlanningAgent class in the specialized module.Create a plan from a task
Signature
Parameters
No description available.
Returns
The result of the operation.
create_plan: Create a plan from a task
This is a method of the PlanningAgent class in the specialized module.Create a plan from a task
def create_plan(&mut self, task: &str) -> Vec<PlanningStep>