plannerStrategy
fun <Input, Output> plannerStrategy(strategy: AIAgentPlannerStrategy<Input, Output>): PlannerAgentBuilder<Input, Output>(source)
Configures the planner strategy to be used by an AI agent planner.
Return
An instance of PlannerAgentBuilder configured with the specified planning strategy.
Parameters
strategy
The planning strategy to define how the AI agent should plan actions.