From dec43619c890f1aaab64614114d089871ed909f9 Mon Sep 17 00:00:00 2001 From: taorui Date: Thu, 21 Nov 2024 10:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7PR=E3=80=91?= =?UTF-8?q?fix=20some=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../euler-copilot-tune/flows/performance_tuning.yaml" | 2 +- .../euler-copilot-tune/flows/performance_tuning.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/docs/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\346\217\222\344\273\266\351\203\250\347\275\262\346\214\207\345\215\227/\346\231\272\350\203\275\350\260\203\344\274\230/euler-copilot-tune/flows/performance_tuning.yaml" "b/docs/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\346\217\222\344\273\266\351\203\250\347\275\262\346\214\207\345\215\227/\346\231\272\350\203\275\350\260\203\344\274\230/euler-copilot-tune/flows/performance_tuning.yaml" index e938a0bf1b..77db1cc115 100644 --- "a/docs/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\346\217\222\344\273\266\351\203\250\347\275\262\346\214\207\345\215\227/\346\231\272\350\203\275\350\260\203\344\274\230/euler-copilot-tune/flows/performance_tuning.yaml" +++ "b/docs/user-guide/\351\203\250\347\275\262\346\214\207\345\215\227/\346\217\222\344\273\266\351\203\250\347\275\262\346\214\207\345\215\227/\346\231\272\350\203\275\350\260\203\344\274\230/euler-copilot-tune/flows/performance_tuning.yaml" @@ -1,5 +1,5 @@ name: performance_tuning -description: 基于性能能分析报告,生成操作系统和Mysql应用的性能优化建议,结果以shell脚本的形式返回 +description: 基于性能分析报告,生成操作系统和Mysql应用的性能优化建议,结果以shell脚本的形式返回 steps: - name: start call_type: api diff --git a/euler-copilot-plugins/euler-copilot-tune/flows/performance_tuning.yaml b/euler-copilot-plugins/euler-copilot-tune/flows/performance_tuning.yaml index e938a0bf1b..77db1cc115 100644 --- a/euler-copilot-plugins/euler-copilot-tune/flows/performance_tuning.yaml +++ b/euler-copilot-plugins/euler-copilot-tune/flows/performance_tuning.yaml @@ -1,5 +1,5 @@ name: performance_tuning -description: 基于性能能分析报告,生成操作系统和Mysql应用的性能优化建议,结果以shell脚本的形式返回 +description: 基于性能分析报告,生成操作系统和Mysql应用的性能优化建议,结果以shell脚本的形式返回 steps: - name: start call_type: api -- Gitee