diff options
Diffstat (limited to 'internal/executor/classifier.go')
| -rw-r--r-- | internal/executor/classifier.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/executor/classifier.go b/internal/executor/classifier.go index 123f92d..efd2acb 100644 --- a/internal/executor/classifier.go +++ b/internal/executor/classifier.go @@ -43,7 +43,8 @@ Gemini: - gemini-2.5-pro (most powerful Gemini, larger context) Selection Criteria: -- Agent: You MUST prefer an agent that is NOT rate limited. If an agent is rate limited, do NOT select it unless all available agents are rate limited. +- Agent: CRITICAL: You MUST select an agent where "Rate Limited: false". DO NOT select an agent where "Rate Limited: true" if any other agent is available and NOT rate limited. + Check the "System Status" section below. If it says "- Agent claude: ... Rate Limited: true", you MUST NOT select claude. Use gemini instead. - Model: Select based on task complexity. Use powerful models (opus, pro, pro-preview) for complex reasoning/coding, flash-lite/flash/haiku for simple tasks. Task: |
