putAll
Adds all key-value pairs from the given map to the storage.
Parameters
map
A map containing keys of type AIAgentStorageKey and their associated values of type Any. The keys and values in the provided map will be added to the storage.
Adds all key-value pairs from the given map to the storage.
A map containing keys of type AIAgentStorageKey and their associated values of type Any. The keys and values in the provided map will be added to the storage.