store

open override fun store(key: AIAgentStorageKey<*>, value: Any)(source)

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.