add transfer call tool editor

This commit is contained in:
Abhishek Kumar 2026-02-06 09:45:34 +05:30
parent f77a2afca6
commit 97a44f00ff
6 changed files with 229 additions and 29 deletions

View file

@ -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"
)