mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-04 10:52:17 +02:00
add transfer call tool editor
This commit is contained in:
parent
f77a2afca6
commit
97a44f00ff
6 changed files with 229 additions and 29 deletions
|
|
@ -75,8 +75,8 @@ class EndCallToolDefinition(BaseModel):
|
|||
class TransferCallConfig(BaseModel):
|
||||
"""Configuration for Transfer Call tools."""
|
||||
|
||||
transfer_number: str = Field(description="Number to transfer the call to")
|
||||
transfer_message: Optional[str] = Field(
|
||||
transferNumber: str = Field(description="Number to transfer the call to")
|
||||
transferMessage: Optional[str] = Field(
|
||||
default=None, description="Message to play before transferring the call"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue