File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,6 @@ Learn more about .NET and MCP using these resources:
9595
9696## Related content
9797
98- - [ Overview of the .NET + AI ecosystem] ( / dotnet/ai/dotnet -ai-ecosystem)
98+ - [ Overview of the .NET + AI ecosystem] ( dotnet-ai-ecosystem.md )
9999- [ Microsoft.Extensions.AI] ( /dotnet/ai/ai-extensions )
100- - [ Semantic Kernel overview for .NET] ( /dotnet/ai/ semantic-kernel-dotnet-overview)
100+ - [ Semantic Kernel overview for .NET] ( semantic-kernel-dotnet-overview.md )
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Replace the contents of `Program.cs` with the following code:
6161
6262The preceding code accomplishes the following tasks:
6363
64- - Initializes an `IChatClient` abstraction using the [`Microsoft.Extensions.AI`](/dotnet/ai/ microsoft-extensions-ai) libraries.
64+ - Initializes an `IChatClient` abstraction using the [`Microsoft.Extensions.AI`](../ microsoft-extensions-ai.md ) libraries.
6565- Creates an MCP client and configures it to connect to your MCP server.
6666- Retrieves and displays a list of available tools from the MCP server, which is a standard MCP function.
6767- Implements a conversational loop that processes user prompts and utilizes the tools for responses.
You can’t perform that action at this time.
0 commit comments