Skip to content

Commit 3512ed9

Browse files
committed
Code format
1 parent 190aa0d commit 3512ed9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ namespace my_foundry_client
193193

194194
// Get an Azure OpenAI chat client
195195
ConnectionResponse connection = projectClient.GetConnectionsClient().GetDefaultConnection(ConnectionType.AzureOpenAI, withCredential: true);
196-
var connectionProperties = connection.Properties as ConnectionPropertiesApiKeyAuth; AzureOpenAIClient azureOpenAIClient = new(
196+
var connectionProperties = connection.Properties as ConnectionPropertiesApiKeyAuth;
197+
AzureOpenAIClient azureOpenAIClient = new(
197198
new Uri(connectionProperties.Target),
198199
new AzureKeyCredential(connectionProperties.Credentials.Key));
199200

0 commit comments

Comments
 (0)