Class ModelSettings (0.3.0)

ModelSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Model settings contains various configurations for the LLM model.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
model str
Optional. The LLM model that the agent should use. If not set, the agent will inherit the model from its parent agent.
temperature float
Optional. If set, this temperature will be used for the LLM model. Temperature controls the randomness of the model's responses. Lower temperatures produce responses that are more predictable. Higher temperatures produce responses that are more creative. This field is a member of oneof_ _temperature.