temperature
Sets the temperature parameter for the AI agent configuration.
Temperature controls the randomness of the AI model's output. A higher temperature results in more randomness, while a lower temperature makes the output more deterministic.
Return
The current instance of GraphAgentBuilder, allowing method chaining.
Parameters
temperature
The temperature value to be set, typically ranging between 0.0 and 1.0.