temperature
Sets the temperature parameter for the functional service builder. The temperature controls the randomness of the model's output, where a lower value makes the output more deterministic, and a higher value increases randomness.
Return
the current instance of the FunctionalServiceBuilder with the temperature parameter applied.
Parameters
temperature
the temperature value to configure for the model's output randomness. It should typically be in a range between 0.0 and 1.0.