get_lecture_content
Retrieve the extracted lecture text for a knowledge point. Use the plain text to understand the teaching approach and generate similar exam questions.
Instructions
读某知识点/课次的讲义正文(🔴 据讲义出题的原料入口)→ :9090 GET /teacher/kg/lecture?subjectId=。返回 {ok, subject_id, text, example_qids, ...}。
🔴 text = docJson(Tiptap)递归抽出的纯讲解正文;例题只是 kgExample(qid) 引用——正文里以 【例题 qid=...】 占位、真题面不在讲义片段里。要看例题题面 → 用返回的 example_qids 调 get_question(qids)。据 text 理解知识点讲法后,agent 自己出同源题。 参数: subject_id : 知识点/课次的 biz_subject id(get_plan_detail.kgNodeIds / resolve_kg 来)。 🔴 讲义按前缀树序汇聚:传课时节点会拿到其下片段拼成的整篇。 book_id : 教材/书 id(空=默认书)。 owner : 指定讲义作者 owner(字符串 userId);空=默认视图(我的>本部门管理员>官方兜底)。 返回: {ok, subject_id, node, book_id, owner, has_content, text, example_qids:[qid str]}。 🔴 has_content=False / text="" = 该知识点无讲义资产(空态,agent 应降级为凭 KG + 题库出题)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | ||
| book_id | No | ||
| subject_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||