Skip to main content
Represents the agent memory state as a serialized snapshot.

Constructor

new MemoryState(
    state: string
): MemoryState
Creates a new MemoryState instance.

Parameters

state (string) The serialized memory state.

Returns

MemoryState Overrides: AbstractApiDataType.constructor

Properties

state

readonly state: string
Serialized memory snapshot.