From efe773d18adda1d4116745c81d9738c0de00fe4d Mon Sep 17 00:00:00 2001 From: Alex Kemper Date: Thu, 30 Jan 2025 12:34:56 -0500 Subject: [PATCH] fix web browser bolding --- docs/cody/capabilities/agentic-chat.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).