Component | Purpose |
---|---|
Gemini Files API | Audio upload and transcription |
Playwright Engine | Browser automation for URL extraction |
Web Scraper | Website content extraction |
Document Parser | PDF, DOCX, TXT content extraction |
LLM Analysis Chain | Sales-focused conversation analysis |
Prompt Templates | Structured analysis instructions |
Cost Tracker | Token usage and pricing calculation |
Status Code | Error Type | Description | Solution |
---|---|---|---|
400 | INVALID_AUDIO_FORMAT | Unsupported audio file format | Convert to MP3, WAV, M4A, or FLAC |
413 | FILE_TOO_LARGE | Audio file exceeds size limit | Compress audio or split into segments |
422 | TRANSCRIPTION_FAILED | Unable to process audio content | Check audio quality and format |
404 | URL_NOT_ACCESSIBLE | Meeting URL is private or invalid | Verify URL is public and accessible |
429 | RATE_LIMIT_EXCEEDED | Too many concurrent requests | Implement request throttling |