store
Stores a feature in the agent's storage using the specified key.
Parameters
key
A uniquely identifying key of type AIAgentStorageKey
used to store the feature.
value
The feature to be stored, which can be of any type.
Stores a feature in the agent's storage using the specified key.
A uniquely identifying key of type AIAgentStorageKey
used to store the feature.
The feature to be stored, which can be of any type.