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:
95
95
96
96
## Related content
97
97
98
- - [ Overview of the .NET + AI ecosystem] ( / dotnet/ai/dotnet -ai-ecosystem)
98
+ - [ Overview of the .NET + AI ecosystem] ( dotnet-ai-ecosystem.md )
99
99
- [ 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:
61
61
62
62
The preceding code accomplishes the following tasks:
63
63
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.
65
65
- Creates an MCP client and configures it to connect to your MCP server.
66
66
- Retrieves and displays a list of available tools from the MCP server, which is a standard MCP function.
67
67
- 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