log_conversation
Records user input and assistant response into persistent memory, making conversation history available for context recovery and task management.
Instructions
记录对话(兼容原版本)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | 用户输入 | |
| assistant | Yes | 模型回复 |