14 references to AddKeyedChatClient
Aspire.Azure.AI.OpenAI.Tests (7)
AspireAzureOpenAIClientBuilderChatClientExtensionsTests.cs (7)
27
builder.AddAzureOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient");
57
builder.AddAzureOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient");
85
builder.AddAzureOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient", "testdeployment1");
113
builder.AddAzureOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient");
144
builder.AddAzureOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient");
178
builder.AddAzureOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient", "testdeployment1");
205
builder.AddAzureOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient", "testdeployment1").Use(TestMiddleware, null);
Aspire.OpenAI.Tests (7)
AspireOpenAIClientBuilderChatClientExtensionsTests.cs (7)
28
builder.AddOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient");
58
builder.AddOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient");
86
builder.AddOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient", "testdeployment1");
114
builder.AddOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient");
145
builder.AddOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient");
179
builder.AddOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient", "testdeployment1");
206
builder.AddOpenAIClient("openai").
AddKeyedChatClient
("openai_chatclient", "testdeployment1").Use(TestMiddleware, null);