ConversationContextStorage
ref / conversations / ConversationContextStorage
An object that defines how to read, write, or delete versioned data based on a context object.
Properties
type
ts
type: "context";
The type of storage, always "context"
version
ts
version?: string | number;
An optional version for the data, defaults to 0
adapter
ts
adapter: VersionedStateStorage<C, S>;
The underlying storage that defines how to read and write raw data