Skip to content

Commit 14c80db

Browse files
committed
Update lab instructions to clarify GitHub Copilot SDK configuration and API implementation
1 parent ea6e036 commit 14c80db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Instructions/Labs/LAB_AK_16_develop_ai_enabled_apps_github_copilot_sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This exercise includes the following tasks:
4545
1. Review features of the ContosoShop application.
4646
1. Install the GitHub Copilot SDK components.
4747
1. Create the agent tools service.
48-
1. Configure the Copilot SDK agent and expose an API endpoint.
48+
1. Configure the GitHub Copilot SDK and implement the AI support agent API.
4949
1. Update the Blazor frontend to interact with the agent.
5050
1. Test the end-to-end AI agent experience.
5151

@@ -1007,7 +1007,7 @@ Use the following steps to complete this task:
10071007
10081008
The build should succeed. If there are errors, ensure that your code matches the example code shown above. Review the SupportAgentTools.cs file to ensure all `using` statements and references are correct. Keep in mind that the GitHub Copilot SDK is in a Technical Preview phase that include periodic updates. If necessary, you can point GitHub Copilot to the GitHub Copilot SDK repository (`https://github.com/github/copilot-sdk`) and ask the AI assistant to help you debug the issues.
10091009
1010-
## Configure the Copilot SDK agent and expose an API endpoint
1010+
## Configure the GitHub Copilot SDK and implement the AI support agent API
10111011
10121012
In this task, you create a `CopilotClient` singleton, register it in dependency injection, and create a new API controller that accepts user questions and returns the AI agent's responses.
10131013

0 commit comments

Comments
 (0)