LongTermMemoryConfig¶
-
class
oci.generative_ai.models.LongTermMemoryConfig(**kwargs)¶ Bases:
objectConfiguration settings for long-term memory behavior.
Methods
__init__(**kwargs)Initializes a new LongTermMemoryConfig object with values from keyword arguments. Attributes
standard_long_term_memory_strategyGets the standard_long_term_memory_strategy of this LongTermMemoryConfig. -
__init__(**kwargs)¶ Initializes a new LongTermMemoryConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: standard_long_term_memory_strategy (oci.generative_ai.models.StandardLongTermMemoryStrategy) – The value to assign to the standard_long_term_memory_strategy property of this LongTermMemoryConfig.
-
standard_long_term_memory_strategy¶ Gets the standard_long_term_memory_strategy of this LongTermMemoryConfig.
Returns: The standard_long_term_memory_strategy of this LongTermMemoryConfig. Return type: oci.generative_ai.models.StandardLongTermMemoryStrategy
-