Enhance API documentation by adding new endpoints for ASR preview, assistant configuration retrieval, and knowledge base management. Update existing assistant and tool definitions for improved clarity and functionality. Remove outdated sections from history records documentation, ensuring a streamlined reference for users.

This commit is contained in:
Xin Wang
2026-03-02 01:56:38 +08:00
parent 1561056a3d
commit 531688aa6b
9 changed files with 829 additions and 135 deletions

View File

@@ -9,7 +9,9 @@
| 小助手 | [assistant.md](./assistant.md) | AI 助手管理 |
| LLM 模型 | [llm.md](./llm.md) | LLM 模型配置与管理 |
| ASR 模型 | [asr.md](./asr.md) | 语音识别模型配置 |
| 声音资源 | [voice-resources.md](./voice-resources.md) | TTS 语音配置 |
| 工具与测试 | [tools.md](./tools.md) | 工具列表与自动测试 |
| 知识库 | [knowledge.md](./knowledge.md) | 知识库与文档管理 |
| 历史记录 | [history-records.md](./history-records.md) | 通话记录和转写 |
---