save_memory
Store and update key-content pairs in semantic memory within project and session scopes. Automatically upserts on duplicate keys.
Instructions
시맨틱 메모리에 project_id·session_id 스코프로 저장합니다. 동일 key는 upsert됩니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| content | Yes | ||
| project_id | Yes | ||
| session_id | Yes | ||
| metadata | No | ||
| importance | No |