UploadFile | None = File(None) with from __future__ import annotations caused FastAPI to still treat audio as required when omitted. Changed to Optional[UploadFile] = None (no File() wrapper) so the field is genuinely optional for text-input turns. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| conversation.py | ||
| docker.py | ||
| library.py | ||
| settings.py | ||
| sources.py | ||
| stt.py | ||
| tts.py | ||