knowledge_learn
Add knowledge content to the base. LLM extracts title, summary, tags, and relationships to structure the information.
Instructions
导入知识到知识库。LLM 会自动提取结构化信息(标题、摘要、标签、关系)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 知识内容(文本、代码、文档片段等) | |
| type | No | 知识类型(可选,LLM 自动判断) | |
| title | No | 标题(可选,LLM 自动生成) | |
| project | No | 关联项目名 | |
| tags | No | 标签(可选,LLM 自动提取) | |
| source | No | 来源描述 |