mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
docs: add Gemini 429 error handling guideline to intelligent-tools-strategy
Add error handling section clarifying Gemini's HTTP 429 behavior: - Gemini may show rate limit errors but still return valid results - Focus on result presence rather than error messages - Success determined by result content, not HTTP status 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -89,6 +89,9 @@ gemini -p "analysis prompt"
|
||||
qwen -p "analysis prompt"
|
||||
```
|
||||
|
||||
#### Error Handling
|
||||
**⚠️ Gemini 429 Behavior**: May show HTTP 429 error but still return results - ignore error messages, only check if results exist (results present = success, no results = retry/fallback to Qwen)
|
||||
|
||||
---
|
||||
|
||||
### Codex
|
||||
|
||||
Reference in New Issue
Block a user