mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
Merge branch 'main' into feat/audio_recording_in_tool_calls
This commit is contained in:
commit
5efcccf204
24 changed files with 450 additions and 93 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue