temperature

Sets the temperature parameter for the functional agent. Temperature controls the randomness of the agent's outputs, where higher values result in more diverse outputs and lower values result in more focused outputs.

Return

The updated instance of the FunctionalAgentBuilder with the temperature parameter set.

Parameters

temperature

The temperature value to be used. It should typically range between 0.0 and 1.0.