Issue adding tool to test project for Realtime API

I set up a similar environment to the RealTime API Console project, and included a tool exactly as was given in the test code. However, with my project - the realtime voice send/receive is working fine, the tool/function doesn’t seem to be called. For reference, I’m using the sample “get_weather” function provided in the demo.

I get back successful “function_call” and “function_call_output” events from client.on(‘conversation.updated’), yet the voice tells me that it was unable to retrieve the weather.

Am I missing something? Or do I need to somehow enable function calls to be attached to the real-time API?

Brandon

A post was merged into an existing topic: Realtime API Tool calling problems - no response when a Tool is included in the session