Skip to content

Commit

Permalink
Fixed typo fixing issue #5186 (#5187)
Browse files Browse the repository at this point in the history
Co-authored-by: Raimondas Lencevicius <[email protected]>
  • Loading branch information
raimondasl and Raimondas Lencevicius authored Jan 24, 2025
1 parent 1466743 commit 06d5ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/samples/Hello/HelloAIAgents/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
throw new InvalidOperationException("AZURE_OPENAI_CONNECTION_STRING not set, try something like AZURE_OPENAI_CONNECTION_STRING = \"Endpoint=https://TODO.openai.azure.com/;Key=TODO;Deployment=TODO\"");
}
builder.Configuration["ConectionStrings:HelloAIAgents"] = Environment.GetEnvironmentVariable("AZURE_OPENAI_CONNECTION_STRING");
builder.Configuration["ConnectionStrings:HelloAIAgents"] = Environment.GetEnvironmentVariable("AZURE_OPENAI_CONNECTION_STRING");
builder.AddChatCompletionService("HelloAIAgents");
var agentTypes = new AgentTypes(new Dictionary<string, Type>
{
Expand Down

0 comments on commit 06d5ac3

Please sign in to comment.