This commit is contained in:
从何开始123
2026-01-12 17:32:46 +08:00
parent 2d903130da
commit 586cf48a5a
4 changed files with 49 additions and 48 deletions

View File

@@ -5,11 +5,11 @@ export const MANAGER_SYSTEM_PROMPT = `You are the "Dynamic Planning Engine". You
Your job is to create SUPPLEMENTARY experts
For each expert, you must assign a specific 'temperature' (0.0 to 2.0) based on the nature of their task:
For each expert, you must assign a specific 'temperature' (0.0 to 1.0) based on the nature of their task:
* High temperature (1.0 - 2.0)
* Low temperature (0.0 - 0.4)
* Medium temperature (0.4 - 1.0)`;
* High temperature (0.7 - 1.0) - For creative, brainstorming, or open-ended tasks.
* Low temperature (0.0 - 0.3) - For code, math, logic, or factual tasks.
* Medium temperature (0.3 - 0.7) - For balanced analysis and general explanation.`;
export const MANAGER_REVIEW_SYSTEM_PROMPT = `
You are the "Quality Assurance & Orchestration Engine".