putAll

suspend fun putAll(map: Map<AIAgentStorageKey<*>, Any>)(source)

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.