LlmConfig

class oci.generative_ai_agent.models.LlmConfig(**kwargs)

Bases: object

Configuration to Agent LLM.

Methods

__init__(**kwargs) Initializes a new LlmConfig object with values from keyword arguments.

Attributes

routing_llm_customization Gets the routing_llm_customization of this LlmConfig.
runtime_version Gets the runtime_version of this LlmConfig.
__init__(**kwargs)

Initializes a new LlmConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • routing_llm_customization (oci.generative_ai_agent.models.LlmCustomization) – The value to assign to the routing_llm_customization property of this LlmConfig.
  • runtime_version (str) – The value to assign to the runtime_version property of this LlmConfig.
routing_llm_customization

Gets the routing_llm_customization of this LlmConfig.

Returns:The routing_llm_customization of this LlmConfig.
Return type:oci.generative_ai_agent.models.LlmCustomization
runtime_version

Gets the runtime_version of this LlmConfig. The runtimeVersion of the system prompt.

Returns:The runtime_version of this LlmConfig.
Return type:str