From 7edfb2701c8d7b5227090701dec73f8db8282b62 Mon Sep 17 00:00:00 2001 From: Google Team Member Date: Fri, 23 Jan 2026 11:11:23 -0800 Subject: [PATCH] docs: update data agent README to match the behavior PiperOrigin-RevId: 860180180 --- contributing/samples/data_agent/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contributing/samples/data_agent/README.md b/contributing/samples/data_agent/README.md index 33405c91..d9565b2c 100644 --- a/contributing/samples/data_agent/README.md +++ b/contributing/samples/data_agent/README.md @@ -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