glm_memory_save
Save key-value pairs to persistent memory with optional category and TTL. Retrieve stored information to maintain context across interactions.
Instructions
메모리 저장.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | 메모리 키 | |
| value | Yes | 저장할 값 | |
| category | No | 카테고리 | general |
| ttl_hours | No | 만료 시간 (시간) |