docs: update data agent README to match the behavior

PiperOrigin-RevId: 860180180
This commit is contained in:
Google Team Member
2026-01-23 11:11:23 -08:00
committed by Copybara-Service
parent 0d38a3683f
commit 7edfb2701c
@@ -37,10 +37,6 @@ questions in the same session, and the agent will maintain context.
* `get_data_agent_info`: Retrieves details about a specific Data Agent given
its full resource name.
* `ask_data_agent`: Chats with a specific Data Agent using natural language.
This tool maintains conversation state: if you ask multiple
questions to the same agent in one session, it will use the same
conversation, allowing for follow-ups. If you switch agents, a new
conversation will be started for the new agent.
## How to Run