Skip to content

Commit 3fc1217

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix-thought-signature-pruning
2 parents 2ca4589 + 9865e2b commit 3fc1217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ async def handle_function_calls_live(
668668
invocation_context: InvocationContext,
669669
function_call_event: Event,
670670
tools_dict: dict[str, BaseTool],
671-
) -> Event:
671+
) -> Event | None:
672672
"""Calls the functions and returns the function response event."""
673673
from ...agents.llm_agent import LlmAgent
674674

0 commit comments

Comments
 (0)