diff --git a/src/prompts/templates_en/analyzeTask/index.md b/src/prompts/templates_en/analyzeTask/index.md index 5593df7..c361fdc 100644 --- a/src/prompts/templates_en/analyzeTask/index.md +++ b/src/prompts/templates_en/analyzeTask/index.md @@ -48,3 +48,4 @@ After completing the analysis, use the "reflect_task" tool to submit the final a 2. **Complete Analysis Results** - Technical details, interface dependencies, implementation strategy, acceptance criteria Your analysis will determine the quality of the solution. Please comprehensively consider various technical factors and business constraints. +**Using tools is strictly required.** diff --git a/src/prompts/templates_en/reflectTask/index.md b/src/prompts/templates_en/reflectTask/index.md index 81e67fc..b8c525a 100644 --- a/src/prompts/templates_en/reflectTask/index.md +++ b/src/prompts/templates_en/reflectTask/index.md @@ -65,4 +65,5 @@ Choose subsequent actions based on the evaluation results: **Serious Warning**: The parameters you pass each time you call split_tasks cannot exceed 5000 characters. If it exceeds 5000 characters, please call the tool multiple times to complete. -**Now start calling the "split_tasks" tool** +**Now start calling the `split_tasks` or `analyze_task` tool** +**Using tools is strictly required.** diff --git a/src/prompts/templates_zh/analyzeTask/index.md b/src/prompts/templates_zh/analyzeTask/index.md index 7115292..6422937 100644 --- a/src/prompts/templates_zh/analyzeTask/index.md +++ b/src/prompts/templates_zh/analyzeTask/index.md @@ -48,3 +48,4 @@ 2. **完整分析結果** - 技術細節、接口依賴、實施策略、驗收標準 您的分析將決定解決方案質量,請全面考慮各種技術因素和業務約束。 +**嚴禁不呼叫工具** diff --git a/src/prompts/templates_zh/reflectTask/index.md b/src/prompts/templates_zh/reflectTask/index.md index e5bf624..f509969 100644 --- a/src/prompts/templates_zh/reflectTask/index.md +++ b/src/prompts/templates_zh/reflectTask/index.md @@ -65,4 +65,5 @@ **嚴重警告** 你每次呼叫 split_tasks 傳遞的參數不能超過 5000 個字,如果超出 5000 個字請多次呼叫工具完成 -**現在開始呼叫「split_tasks」工具** +**現在開始呼叫「split_tasks」或「analyze_task」工具** +**嚴禁不呼叫工具**