Files
brave-core/browser/ai_chat/tools/README.md
T
cdesouza-chromium 2ae8b2603b [docs] Format README.md (#36844)
This PR removes the exclusion of `README.md` from `.prettierignore`.
This exclusion was possibly meant to not alter the root `README.md`, but
it was also indiscriminately exclusing any `README.md` in subpaths.

With this change, we enable the auto format for all `README.md` files,
including the one in the root path, as there is no good reason not to.

Bug: N/A
2026-06-01 16:00:04 +01:00

629 B

AI Chat Browser Tools

Place subclasses of ai_chat::Tool here that require access to things in {chrome,brave}/browser.

Content Agent Tools

A set of tools whose purpose is to act on web content. These most often utilize the chromium actor framework to create a Task for a conversation, add 1 or more Tabs to that Task and perform actions against 1 of those Tabs.

These tools should be owned by the ContentAgentToolProvider which can own the shared state between these tools for a single conversation, and provide information about the current Task and available Tabs to all the related tools via ContentAgentTaskProvider.