Skip to content

Commit

Permalink
feat: voice agent endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Dec 13, 2023
1 parent 7b59011 commit 9eab78e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/server/typings/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ class AgentConfigInput(BaseModel):

class CreateVoiceAgentInput(BaseModel):
template_id: UUID4
name: Optional[str] = ""
description: Optional[str] = ""


class ConfigsOutput(BaseModel):
Expand Down

0 comments on commit 9eab78e

Please sign in to comment.