fix: Fix tracing for live

the original code passed in wrong args. now fixed.
tested locally.

PiperOrigin-RevId: 773108589
This commit is contained in:
Hangfei Lin
2025-06-18 16:35:16 -07:00
committed by Copybara-Service
parent 157d9be88d
commit 58e07cae83
+1 -2
View File
@@ -288,8 +288,7 @@ async def handle_function_calls_live(
trace_tool_call(
tool=tool,
args=function_args,
response_event_id=function_response_event.id,
function_response=function_response,
function_response_event=function_response_event,
)
function_response_events.append(function_response_event)