Skip to content

Commit c4cd1de

Browse files
authored
Merge pull request #8292 from microsoft/api-fix-links
Fix docs links
2 parents 9d736b6 + 88c2635 commit c4cd1de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/extension-guides/tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The static configuration of the tool is defined in the `package.json` file of yo
5353

5454
1. If the tool can be used in [agent mode](/docs/copilot/chat/chat-agent-mode.md) or referenced in a chat prompt with `#`, add the following properties:
5555

56-
Users can enable or disable the tool in the Chat view, similar to how this is done for [Model Context Protocol (MCP) tools](/docs/copilot/chat/mcp-servers.md).
56+
Users can enable or disable the tool in the Chat view, similar to how this is done for [Model Context Protocol (MCP) tools](/docs/copilot/chat/mcp-servers).
5757

5858
| Property | Description |
5959
| -------- | ----------- |
@@ -223,7 +223,7 @@ When a user sends a chat prompt, the following steps occur:
223223

224224
1. Copilot determines the list of available tools based on the user's configuration.
225225

226-
The list of tools consists of built-in tools, tools registered by extensions, and tools from [MCP servers](/docs/copilot/chat/mcp-servers.md). You can contribute to agent mode via extensions or MCP servers (shown in green in the diagram).
226+
The list of tools consists of built-in tools, tools registered by extensions, and tools from [MCP servers](/docs/copilot/chat/mcp-servers). You can contribute to agent mode via extensions or MCP servers (shown in green in the diagram).
227227

228228
1. Copilot sends the request to the LLM, providing it with the prompt, chat context, and the list of tool definitions to consider.
229229

@@ -269,4 +269,4 @@ Get more best practices for creating tools in the [OpenAI documentation](https:/
269269

270270
- [Get started with the Language Model API](/api/extension-guides/language-model)
271271
- [Use Prompt-tsx](/api/extension-guides/prompt-tsx)
272-
- [Add MCP servers to chat](/docs/copilot/chat/mcp-servers.md)
272+
- [Add MCP servers to chat](/docs/copilot/chat/mcp-servers)

0 commit comments

Comments
 (0)