MemoryPreset
Defined in the presets module.Rust AI Agent SDK Memory preset configuration
Fields
| Name | Type | Description |
|---|---|---|
backend | String | Memory backend type |
options | HashMap<String | Additional configuration options |
serde_json | :Value> | Additional configuration options |
Methods
new
| Name | Type |
|---|---|
backend | impl Into<String> |
option
| Name | Type |
|---|---|
key | impl Into<String> |
value | impl Into<serde_json::Value> |
Source
View on GitHub
praisonai/src/presets.rs at line 33
