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 e092c2e commit 20a5079Copy full SHA for 20a5079
samples/Demo/Services/DynamicChatClientFactory.cs
@@ -41,7 +41,8 @@ public DynamicChatClientFactory(
41
if (githubClient != null)
42
{
43
_logger.LogInformation("Using configured GitHub Models client");
44
- return githubClient; }
+ return githubClient;
45
+ }
46
else
47
48
_logger.LogInformation("GitHub Models client is null");
0 commit comments