Skip to content

Commit b0205a9

Browse files
Update docs/ai/microsoft-extensions-ai.md
Co-authored-by: Genevieve Warren <[email protected]>
1 parent ed5bb56 commit b0205a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ai/microsoft-extensions-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The preceding code:
100100
- Calls `GetStreamingResponseAsync` on the client, passing a prompt and a list of tools that includes a function created with <xref:Microsoft.Extensions.AI.AIFunctionFactory.Create*>.
101101
- Iterates over the response, printing each update to the console.
102102

103-
You can also use Model Context Protocol (MCP) tools with your `IChatClient`. For more details, see the [build a minimal MCP client](./quickstarts/build-mcp-client.md) article.
103+
You can also use Model Context Protocol (MCP) tools with your `IChatClient`. For more information, see [Build a minimal MCP client](./quickstarts/build-mcp-client.md).
104104

105105
#### Cache responses
106106

0 commit comments

Comments
 (0)