Skip to content

Commit

Permalink
Merge pull request #301 from l3vels/fix/audio
Browse files Browse the repository at this point in the history
fix: ChatMessage voice_url
  • Loading branch information
Chkhikvadze authored Nov 10, 2023
2 parents c256f5e + 9b96f20 commit 6e2c23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/typings/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ChatMessageOutput(BaseModel):
sender_name: Optional[str]
chat_id: Optional[UUID]
run_id: Optional[UUID] = None
audio_url: Optional[str]
voice_url: Optional[str]


class NegotiateOutput(BaseModel):
Expand Down

0 comments on commit 6e2c23d

Please sign in to comment.