AgentMemoryConfiguration

data class AgentMemoryConfiguration(val enabledMemoryTypes: List<AgentMemoryType>? = null, val sessionSummaryConfiguration: AgentSessionSummaryConfiguration? = null, val storageDays: Double? = null)

Configuration for memory storage

Constructors

Link copied to clipboard
constructor(enabledMemoryTypes: List<AgentMemoryType>? = null, sessionSummaryConfiguration: AgentSessionSummaryConfiguration? = null, storageDays: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of memory that is stored.

Link copied to clipboard

Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.

Link copied to clipboard
val storageDays: Double? = null

Maximum number of days to store session details