Skip to content

Commit d3100f5

Browse files
committed
fix
1 parent 531508c commit d3100f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@ async def handle_function_calls_async(
254254
function_response_event = __build_response_event(
255255
tool, function_response, tool_context, invocation_context
256256
)
257+
trace_tool_call(
258+
tool=tool,
259+
args=function_args,
260+
function_response_event=function_response_event,
261+
)
257262
function_response_events.append(function_response_event)
258263

259264
if not function_response_events:

0 commit comments

Comments
 (0)