store_memory
Store key-value pairs in persistent memory. Update existing keys with new values.
Instructions
Store one or more key–value pairs in persistent memory. This method updates the existing memory store with the provided key–value pairs. If a key already exists, its value will be overwritten.
Args: input_data (Dict[str, Any]): A dictionary containing one or more key–value pairs to be stored.
Returns: Dict[str, Any]: A result dictionary indicating success and listing the stored items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_data | Yes |