Merge branch 'main' into feat/audio_recording_in_tool_calls

This commit is contained in:
Abhishek 2026-04-10 17:53:30 +05:30 committed by GitHub
commit 5efcccf204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 450 additions and 93 deletions

View file

@ -24,6 +24,7 @@ class UserResponse(BaseModel):
email: str | None
name: str | None = None
organization_id: int | None = None
provider_id: str | None = None
class AuthResponse(BaseModel):