diff --git a/docs/cody/capabilities/agentic-chat.mdx b/docs/cody/capabilities/agentic-chat.mdx index 76186f975..3edc50004 100644 --- a/docs/cody/capabilities/agentic-chat.mdx +++ b/docs/cody/capabilities/agentic-chat.mdx @@ -43,7 +43,7 @@ It has access to a suite of tools for retrieving relevant context. These tools i - **Code Search**: Performs code searches - **Codebase File**: Retrieves the full content from a file in your codebase - **Terminal**: Executes shell commands in your terminal -- **Web Browser*: Searches the web for live context +- **Web Browser**: Searches the web for live context - **OpenCtx**: Any OpenCtx providers could be used by the agent It integrates seamlessly with external services, such as web content retrieval and issue tracking systems, using OpenCtx providers. To learn more, [read the OpenCtx docs](/cody/capabilities/openctx).