temperature

Sets the temperature parameter for the planner agent. Temperature controls the randomness of the agent's outputs. A higher value encourages more random and diverse outputs, while a lower value makes the outputs more focused and deterministic.

Return

The current instance of PlannerAgentBuilder, allowing for method chaining.

Parameters

temperature

The temperature value to be used. Typically ranges from 0.0 to 1.0.