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. - 
__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. 
 - 
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 
 
-