add_notebook_record
Save a learner-authorized lesson or note to a DeepTutor notebook. Provide title, content, and Codex summary to create the record without triggering model calls.
Instructions
WARNING: Changes stored DeepTutor learning data. Check the target ID and values; call only when the learner explicitly requests this action. Save a Codex-produced lesson or note in a DeepTutor notebook; Codex must supply summary to avoid a DeepTutor model call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Record title | |
| output | Yes | Lesson or note content | |
| confirm | Yes | Set true when this write is authorized by the current user request | |
| summary | Yes | Required summary written by Codex | |
| user_query | Yes | Learner question or learning goal | |
| notebook_id | Yes | Notebook ID | |
| record_type | No | DeepTutor record type |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | 原始 DeepTutor 工具返回值;其具体字段由对应 DeepTutor API 决定。 |