Class StandardLongTermMemoryStrategy
Standard strategy settings for long-term memory.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class StandardLongTermMemoryStrategy
Properties
EmbeddingConfig
Declaration
[JsonProperty(PropertyName = "embeddingConfig")]
public EmbeddingConfig EmbeddingConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| EmbeddingConfig |
ExtractionConfig
Declaration
[JsonProperty(PropertyName = "extractionConfig")]
public ExtractionConfig ExtractionConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtractionConfig |
IsEnabled
Declaration
[Required(ErrorMessage = "IsEnabled is required.")]
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Indicates whether long-term memory is enabled. |
Remarks
Required