diff options
Diffstat (limited to 'internal/executor/classifier.go')
| -rw-r--r-- | internal/executor/classifier.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/executor/classifier.go b/internal/executor/classifier.go index 28581ea..bab3ea9 100644 --- a/internal/executor/classifier.go +++ b/internal/executor/classifier.go @@ -45,7 +45,7 @@ Gemini: - gemini-1.5-pro (more powerful, larger context) Selection Criteria: -- Agent: Prefer the one with least running tasks and no active rate limit. +- 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. - 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: |
