Show / Hide Table of Contents

Class LongTermMemoryConfig

Configuration settings for long-term memory behavior.

Inheritance
object
LongTermMemoryConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class LongTermMemoryConfig

Properties

StandardLongTermMemoryStrategy

Declaration
[JsonProperty(PropertyName = "standardLongTermMemoryStrategy")]
public StandardLongTermMemoryStrategy StandardLongTermMemoryStrategy { get; set; }
Property Value
Type Description
StandardLongTermMemoryStrategy
In this article
Back to top