temperature
Sets the temperature parameter for the GraphServiceBuilder. The temperature controls the randomness of the model's output, where a lower value results in more deterministic results, and a higher value increases variability.
Return
the updated instance of GraphServiceBuilder
Parameters
temperature
the temperature value to set, typically ranging from 0.0 (deterministic) to 1.0 or higher (more random results)