We need to hide the “thinking mode” of the chat agent that currently displays the list of files the agent reviews to generate responses. This UI element allows end-users to click on and download these files directly, which we want to disable to prevent unauthorized data access.
Current Behavior
-
During query processing, the chat agent shows a real-time list of files it references to formulate answers.
-
Users can click on these files and download them freely, exposing sensitive or internal documents.
Desired Behavior
-
Hide the file review process entirely from the user interface.
-
Prevent users from seeing or interacting with the files used by the agent, ensuring they cannot download them.
-
Maintain the agent’s backend functionality (i.e., the agent should still use these files for accurate responses) while removing the UI layer that exposes them.