google-genai SDK expects http_options 'timeout' in milliseconds. Passing 45 (seconds) was interpreted as 45ms → ~1s deadline, which Google API rejected with 400 INVALID_ARGUMENT 'Manually set deadline 1s is too short. Minimum allowed deadline is 10s.' Primary: 45_000ms (45s), Fallback: 150_000ms (150s) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| analysis_service.py | ||
| auth_service.py | ||
| email_service.py | ||
| gemini_service.py | ||
| knowledge_base_service.py | ||
| llamaparse_service.py | ||
| pdf_service.py | ||
| reference_docs.py | ||
| storage_service.py | ||