Skip to content

Commit 3e6d91f

Browse files
google-genai-botcopybara-github
authored andcommitted
docs: Update description of task_completed function in SequentialAgent
PiperOrigin-RevId: 805223251
1 parent 8132d3b commit 3e6d91f

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
@@ -66,7 +66,7 @@ async def _run_live_impl(
6666
# add tool
6767
def task_completed():
6868
"""
69-
Signals that the model has successfully completed the user's question
69+
Signals that the agent has successfully completed the user's question
7070
or task.
7171
"""
7272
return 'Task completion signaled.'

0 commit comments

Comments
 (0)