temperature

Sets the temperature value for the builder.

Temperature is typically used to control the randomness of outputs in language models. Higher values result in more random outputs, while lower values make outputs more deterministic.

Return

The current instance of the PlannerAIAgentBuilder for method chaining.

Parameters

temperature

The temperature value to set. It should be a non-negative double, where common values are within the range 0.0, 1.0.