更新 mis-database/SKILL.md
This commit is contained in:
@@ -5,15 +5,17 @@ description: 生成SQL的参考文档。
|
|||||||
|
|
||||||
# 能力索引
|
# 能力索引
|
||||||
|
|
||||||
- [查询智能体对话日志](./references/query-agent-chat-log.md)
|
| 能力名称 | 触发条件 |
|
||||||
- [查询智能体信息](./references/query-agent-info.md)
|
| --- | --- |
|
||||||
- [查询智能体使用数据](./references/query-agent-usage.md)
|
| [查询智能体对话日志](./references/query-agent-chat-log.md) | 明确要求查智能体的对话日志 |
|
||||||
- [查询项目统计数据](./references/query-project-stats.md)
|
| [查询智能体信息](./references/query-agent-info.md) | 明确要求查智能体信息 |
|
||||||
|
| [查询智能体使用数据](./references/query-agent-usage.md) | 明确要求查智能体使用数据 |
|
||||||
|
| [查询项目统计数据](./references/query-project-stats.md) | 明确要求查项目统计数据 |
|
||||||
|
|
||||||
## 工作流程
|
## 工作流程
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart TD
|
flowchart LR
|
||||||
A[开始] --> B[意图识别]
|
A[开始] --> B[意图识别]
|
||||||
B --> C{请求是否被能力索引覆盖?}
|
B --> C{请求是否被能力索引覆盖?}
|
||||||
C -->|是| D[参考文档执行相关操作]
|
C -->|是| D[参考文档执行相关操作]
|
||||||
|
|||||||
Reference in New Issue
Block a user