send_message_to_deeptutor
Send a message to DeepTutor for direct tutoring when explicitly requested, enabling access to learning data, study tools, and knowledge retrieval.
Instructions
Use only when the user explicitly asks to converse directly with DeepTutor; Codex handles ordinary tutoring itself
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Prompt for DeepTutor | |
| capability | Yes | Installed DeepTutor capability name | |
| session_id | No | Existing DeepTutor session ID | |
| knowledge_base | No | Knowledge base name | |
| direct_dt_conversation | Yes | Must be true for an explicit direct DeepTutor conversation request |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | 原始 DeepTutor 工具返回值;其具体字段由对应 DeepTutor API 决定。 |