We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ad9b29 + dd34a9a commit d2d34afCopy full SHA for d2d34af
learn-pr/wwl-data-ai/ai-foundry-sdk/includes/04-chat-client.md
@@ -87,7 +87,7 @@ namespace my_foundry_client
87
ChatCompletionsClient chatClient = projectClient.GetChatCompletionsClient();
88
89
// Get a chat completion based on a user-provided prompt
90
- onsole.WriteLine("Enter a question:");
+ Console.WriteLine("Enter a question:");
91
var user_prompt = Console.ReadLine();
92
93
var requestOptions = new ChatCompletionsOptions()
0 commit comments