log_chat
Record full user-assistant conversations to preserve context and enable task management. Store dialogue history with metadata for retrieval and continuity.
Instructions
记录完整的用户-助手对话内容
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | 元数据信息 | |
| user_input | Yes | 用户输入 | |
| conversation_id | No | 会话ID | |
| assistant_response | Yes | 助手回复 |