We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4347b9 commit 3568e58Copy full SHA for 3568e58
src/google/adk/events/event.py
@@ -95,7 +95,7 @@ def is_final_response(self) -> bool:
95
96
NOTE: This method is ONLY for use by Agent Development Kit.
97
98
- Note that when multiple agents participage in one invocation, there could be
+ Note that when multiple agents participate in one invocation, there could be
99
one event has `is_final_response()` as True for each participating agent.
100
"""
101
if self.actions.skip_summarization or self.long_running_tool_ids:
0 commit comments