Skip to content

Commit c495bdc

Browse files
Update dotnet/samples/Demos/ModelContextProtocolPlugin/Program.cs
Co-authored-by: Roger Barreto <[email protected]>
1 parent 7e36554 commit c495bdc

File tree

1 file changed

+1
-1
lines changed
  • dotnet/samples/Demos/ModelContextProtocolPlugin

1 file changed

+1
-1
lines changed

dotnet/samples/Demos/ModelContextProtocolPlugin/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
// Define the agent
7676
ChatCompletionAgent agent = new()
7777
{
78-
Instructions = "Answer questions about GitGub repositories.",
78+
Instructions = "Answer questions about GitHub repositories.",
7979
Name = "GitHubAgent",
8080
Kernel = kernel,
8181
Arguments = new KernelArguments(new PromptExecutionSettings() { FunctionChoiceBehavior = FunctionChoiceBehavior.Auto() }),

0 commit comments

Comments
 (0)