mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: Fix tracing for live
the original code passed in wrong args. now fixed. tested locally. PiperOrigin-RevId: 773108589
This commit is contained in:
committed by
Copybara-Service
parent
157d9be88d
commit
58e07cae83
@@ -288,8 +288,7 @@ async def handle_function_calls_live(
|
|||||||
trace_tool_call(
|
trace_tool_call(
|
||||||
tool=tool,
|
tool=tool,
|
||||||
args=function_args,
|
args=function_args,
|
||||||
response_event_id=function_response_event.id,
|
function_response_event=function_response_event,
|
||||||
function_response=function_response,
|
|
||||||
)
|
)
|
||||||
function_response_events.append(function_response_event)
|
function_response_events.append(function_response_event)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user