AIAgentStorageKey
Represents a storage key used for identifying and accessing data associated with an AI agent.
The generic type parameter T specifies the type of data associated with this key, ensuring type safety when storing and retrieving data in the context of an AI agent.
Parameters
name
The string identifier that uniquely represents the storage key.