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.
1 parent 8f80496 commit 25bc68cCopy full SHA for 25bc68c
articles/ai-foundry/model-inference/includes/use-chat-reasoning/csharp.md
@@ -72,8 +72,6 @@ ChatCompletionsOptions requestOptions = new ChatCompletionsOptions()
72
Response<ChatCompletions> response = client.Complete(requestOptions);
73
```
74
75
-[!INCLUDE [best-practices](best-practices.md)]
76
-
77
The response is as follows, where you can see the model's usage statistics:
78
79
```csharp
0 commit comments