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:
Xin Wang
2026-03-01 22:38:50 +08:00
parent 6a46ec69f4
commit 2418df80e5
33 changed files with 3664 additions and 693 deletions

View File

@@ -0,0 +1,46 @@
# 历史记录
历史记录保存所有对话日志,支持查询、统计和分析。
## 查看历史
![历史记录](../images/history.png)
### 筛选条件
| 条件 | 说明 |
|------|------|
| 时间范围 | 按开始/结束时间筛选 |
| 助手 | 选择特定助手 |
| 关键词 | 搜索对话内容 |
| 状态 | 全部/成功/人工 |
### 列表字段
| 字段 | 说明 |
|------|------|
| 对话 ID | 唯一标识符 |
| 助手名称 | 处理的 AI 助手 |
| 开始时间 | 对话起始时间 |
| 持续时长 | 对话持续时间 |
| 状态 | 正常/人工/异常 |
## 对话详情
点击任意记录可查看:
- 完整对话内容
- 用户/助手消息时间线
- 音频/视频附件(如有)
- 系统日志
## 导出数据
支持导出为:
- CSV 格式(表格数据)
- JSON 格式(完整日志)
## 数据统计
- 按日/周/月统计对话量
- 分析高峰时段
- 导出报表