LlmCustomization¶
-
class
oci.generative_ai_agent.models.
LlmCustomization
(**kwargs)¶ Bases:
object
Configuration to customize LLM.
Methods
__init__
(**kwargs)Initializes a new LlmCustomization object with values from keyword arguments. Attributes
instruction
Gets the instruction of this LlmCustomization. -
__init__
(**kwargs)¶ Initializes a new LlmCustomization object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: instruction (str) – The value to assign to the instruction property of this LlmCustomization.
-
instruction
¶ Gets the instruction of this LlmCustomization. If specified, the default instruction is replaced with provided instruction.
Returns: The instruction of this LlmCustomization. Return type: str
-