Revamp documentation structure in mkdocs.yml by reorganizing navigation for improved accessibility. Remove outdated content from previous sections and introduce new topics including detailed guides on assistant management, configuration options, and tool integrations. Enhance API reference documentation with comprehensive error codes and WebSocket protocol details. Add new sections for automated testing, data analysis, and knowledge base management, ensuring a cohesive and user-friendly documentation experience.
This commit is contained in:
57
docs/content/assistants/index.md
Normal file
57
docs/content/assistants/index.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# 助手管理
|
||||
|
||||
助手是 AI Video Assistant 的核心模块,用于创建和配置智能对话机器人。每个助手都可以独立配置提示词、语音、知识库和工具。
|
||||
|
||||
## 概述
|
||||
|
||||

|
||||
|
||||
## 助手能力
|
||||
|
||||
| 能力 | 说明 |
|
||||
|------|------|
|
||||
| **智能对话** | 基于 LLM 的自然语言理解和生成 |
|
||||
| **语音交互** | 支持语音识别和语音合成 |
|
||||
| **知识检索** | 关联知识库回答专业问题 |
|
||||
| **工具调用** | 调用外部 API 执行操作 |
|
||||
| **工作流** | 支持复杂的多轮对话流程 |
|
||||
|
||||
## 创建助手
|
||||
|
||||
### 步骤
|
||||
|
||||
1. 进入 **助手管理** 页面
|
||||
2. 点击 **新建助手** 按钮
|
||||
3. 填写基本信息
|
||||
4. 配置各项参数
|
||||
5. 保存并发布
|
||||
|
||||
### 基本信息
|
||||
|
||||
| 配置项 | 说明 |
|
||||
|-------|------|
|
||||
| 助手名称 | 唯一标识,用于区分不同助手 |
|
||||
| 提示词 | 定义助手的角色和行为 |
|
||||
| 温度参数 | 控制回复的随机性(0-1) |
|
||||
|
||||
## 调试助手
|
||||
|
||||
在助手详情页可进行实时调试:
|
||||
|
||||
- **文本对话测试** - 快速验证回复质量
|
||||
- **语音输入测试** - 测试 ASR 识别效果
|
||||
- **工具调用验证** - 确认工具正常执行
|
||||
|
||||
## 发布助手
|
||||
|
||||
配置完成后:
|
||||
|
||||
1. 点击 **保存** - 保存当前配置
|
||||
2. 点击 **发布** - 发布到生产环境
|
||||
3. 获取 API 调用地址 - 用于集成
|
||||
|
||||
## 下一步
|
||||
|
||||
- [配置选项](configuration.md) - 详细的配置标签页说明
|
||||
- [提示词指南](prompts.md) - 如何编写高质量的系统提示词
|
||||
- [测试调试](testing.md) - 助手测试与问题排查
|
||||
Reference in New Issue
Block a user