2 references to CreateOptions
Microsoft.Extensions.AI.AzureAIInference.Tests (2)
IntegrationTestHelpers.cs (2)
27
new ChatCompletionsClient(new Uri(_endpoint), new AzureKeyCredential(apiKey),
CreateOptions
()) :
33
new EmbeddingsClient(new Uri(_endpoint), new AzureKeyCredential(apiKey),
CreateOptions
()) :