update_notebook_record
Update a saved notebook record's query, summary, or content after explicit learner authorization. Confirm the target IDs to avoid altering unintended learning data.
Instructions
WARNING: Changes stored DeepTutor learning data. Check the target ID and values; call only when the learner explicitly requests this action. Edit a saved notebook record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| output | No | New content | |
| confirm | Yes | Set true when this write is authorized by the current user request | |
| summary | No | New summary | |
| record_id | Yes | Record ID | |
| user_query | No | New query | |
| notebook_id | Yes | Notebook ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | 原始 DeepTutor 工具返回值;其具体字段由对应 DeepTutor API 决定。 |