Skip to main content

create_plan

Method
This is a method of the PlanningAgent class in the specialized module.
Create a plan from a task

Signature

def create_plan(&mut self, task: &str) -> Vec<PlanningStep>

Parameters

task
&str
required
No description available.

Returns

Returns
Vec<PlanningStep>
The result of the operation.