This commit is contained in:
V-LiuShuang
2026-04-03 15:25:45 +08:00
parent 3b306b48a5
commit aee54dce42
5 changed files with 1655 additions and 998 deletions

View File

@@ -1,7 +1,7 @@
{
"debugger": [
{
"name": "knowledge-query",
"name": "Knowledge-Query",
"description": "按用户输入的内容意图,在知识库中检索相关内容进行汇总输出",
"inputSchema": {
"type": "object",
@@ -30,7 +30,7 @@
}
},
{
"name": "generate-download-link",
"name": "Generate-Download-Link",
"description": "将用户指定的数据或文档打包生成下载链接",
"inputSchema": {
"type": "object",
@@ -59,7 +59,7 @@
}
},
{
"name": "send-mail",
"name": "Send-Mail",
"description": "将指定的邮件内容发送给指定用户",
"inputSchema": {
"type": "object",
@@ -93,7 +93,7 @@
}
},
{
"name": "project-information-query",
"name": "Project-Information-Query",
"description": "基于用户输入的项目名称、别名和五码信息查询项目的基础信息包含项目名称、项目别名、BU、PPM、BIOS Code、PJE、Phase",
"inputSchema": {
"type": "object",
@@ -158,7 +158,7 @@
}
},
{
"name": "project-file-query",
"name": "Project-File-Query",
"description": "基于用户输入的项目名称、别名、五码和文档名称信息,查询该项目的指定文档",
"inputSchema": {
"type": "object",
@@ -197,7 +197,7 @@
}
},
{
"name": "issue-information-query",
"name": "Issue-Information-Query",
"description": "基于用户输入的issue描述或issue defect ID查询相似的Issue信息包含Issue的标题、描述、所属项目、状态、解决方案",
"inputSchema": {
"type": "object",
@@ -248,7 +248,7 @@
}
},
{
"name": "issue-data-query",
"name": "Issue-Data-Query",
"description": "基于用户输入的项目名称或项目五码查询对应项目的Issue统计数据包含Issue的总数量、Open Issue数量、Close Issue数量、Close Rate数据",
"inputSchema": {
"type": "object",
@@ -294,7 +294,7 @@
}
},
{
"name": "log-information-inquiry",
"name": "Log-Information-Inquiry",
"description": "基于用户输入的issue defect ID查询相关的log基础信息包含log标题、所属项目、所处项目阶段、Log文档名及下载地址",
"inputSchema": {
"type": "object",
@@ -343,7 +343,7 @@
}
},
{
"name": "log-analysis-results",
"name": "Log-analysis-results",
"description": "基于用户输入的issue defect ID查询对应的log解析结果文档内容并将内容汇总后输出对应结论",
"inputSchema": {
"type": "object",
@@ -372,7 +372,7 @@
}
},
{
"name": "get-debugging-strategy",
"name": "Get-Debugging-Strategy",
"description": "基于用户输入的Issue描述对接DIKW系统获取对应Issue的调试策略",
"inputSchema": {
"type": "object",