8000 fix: Fix tracing for live · DavidSchmidt00/adk-python@58e07ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 58e07ca

Browse files
hangfeicopybara-github
authored andcommitted
fix: Fix tracing for live
the original code passed in wrong args. now fixed. tested locally. PiperOrigin-RevId: 773108589
1 parent 157d9be commit 58e07ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/google/adk/flows/llm_flows/functions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@ async def handle_function_calls_live(
288288
trace_tool_call(
289289
tool=tool,
290290
args=function_args,
291-
response_event_id=function_response_event.id,
292-
function_response=function_response,
291+
function_response_event=function_response_event,
293292
)
294293
function_response_events.append(function_response_event)
295294

0 commit comments

Comments
 (0)
0