8000 Minor typo fix. · stevenchendan/adk-python@3489bb5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3489bb5

Browse files
google-genai-botcopybara-github
authored andcommitted
Minor typo fix.
PiperOrigin-RevId: 764468987
1 parent ed63cd8 commit 3489bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/agents/sequential_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async def _run_live_impl(
4545
4646
Compared to non-live case, live agents process a continous streams of audio
4747
or video, so it doesn't have a way to tell if it's finished and should pass
48-
to next agent or not. So we introduce a task_compelted() function so the
48+
to next agent or not. So we introduce a task_completed() function so the
4949
model can call this function to signal that it's finished the task and we
5050
can move on to next agent.
5151

0 commit comments

Comments
 (0)
0