mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-16 12:12:56 -06:00
Minor typo fix.
PiperOrigin-RevId: 764468987
This commit is contained in:
parent
ed63cd86eb
commit
3489bb598d
@ -45,7 +45,7 @@ class SequentialAgent(BaseAgent):
|
|||||||
|
|
||||||
Compared to non-live case, live agents process a continous streams of audio
|
Compared to non-live case, live agents process a continous streams of audio
|
||||||
or video, so it doesn't have a way to tell if it's finished and should pass
|
or video, so it doesn't have a way to tell if it's finished and should pass
|
||||||
to next agent or not. So we introduce a task_compelted() function so the
|
to next agent or not. So we introduce a task_completed() function so the
|
||||||
model can call this function to signal that it's finished the task and we
|
model can call this function to signal that it's finished the task and we
|
||||||
can move on to next agent.
|
can move on to next agent.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user