mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
docs: Update description of task_completed function in SequentialAgent
PiperOrigin-RevId: 805223251
This commit is contained in:
committed by
Copybara-Service
parent
8132d3b621
commit
3e6d91f9e2
@@ -66,7 +66,7 @@ class SequentialAgent(BaseAgent):
|
||||
# add tool
|
||||
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.
|
||||
"""
|
||||
return 'Task completion signaled.'
|
||||
|
||||
Reference in New Issue
Block a user