Skip to content

Commit d2d34af

Browse files
Merge pull request #49955 from GraemeMalcolm/main
Bug fix - minor code typo
2 parents 6ad9b29 + dd34a9a commit d2d34af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-data-ai/ai-foundry-sdk/includes/04-chat-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ namespace my_foundry_client
8787
ChatCompletionsClient chatClient = projectClient.GetChatCompletionsClient();
8888

8989
// Get a chat completion based on a user-provided prompt
90-
onsole.WriteLine("Enter a question:");
90+
Console.WriteLine("Enter a question:");
9191
var user_prompt = Console.ReadLine();
9292

9393
var requestOptions = new ChatCompletionsOptions()

0 commit comments

Comments
 (0)