Skip to content

Realtime Voice Not Quite Working #1136

Closed
@sibblegp

Description

@sibblegp

Describe the bug

I have incorporated the new realtime capabilities into Twilio. They work well. While it does seem to be calling tools, the response it gives does not use the data from the tools. The tracing also shows no tool calls.

Is this feature complete or still being worked on?

Debug information

  • Agents SDK version:v0.2
  • Python version: Python3.13

Repro steps

Set up a RealtimeAgent and runner with a tool to check stock prices. In the logs, you can see it calls the tool, but the answer for the stock price is a random number, not from the tool response. The trace also shows no tools were used.

Expected behavior

It should take the data retrieved from the tool and use it to figure out its answer. Furthermore, the tool use should show up in tracing.

EDIT
I can definitely confirm it routes to the right tools (I added a hangup tool and it works) but it doesn't appear to integrate the results of the tool into responses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions