Method Planner
Planner()
Creates a planner agent template.
public static PlannerAgentTemplate Planner()
Returns
Planner(LM)
Creates a planner agent template with a model.
public static PlannerAgentTemplate Planner(LM model)
Parameters
modelLMThe model to use.