docs: Update description of task_completed function in SequentialAgent

PiperOrigin-RevId: 805223251
This commit is contained in:
Google Team Member
2025-09-09 23:53:14 -07:00
committed by Copybara-Service
parent 8132d3b621
commit 3e6d91f9e2
+1 -1
View File
@@ -66,7 +66,7 @@ class SequentialAgent(BaseAgent):
# add tool # add tool
def task_completed(): def task_completed():
""" """
Signals that the model has successfully completed the user's question Signals that the agent has successfully completed the user's question
or task. or task.
""" """
return 'Task completion signaled.' return 'Task completion signaled.'