14 references to AddMessages
AzureAIFoundryEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
168chatMessages.AddMessages(response);
AzureOpenAIEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
168chatMessages.AddMessages(response);
GitHubModelsEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
168chatMessages.AddMessages(response);
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvokingChatClient.cs (1)
714augmentedHistory.AddMessages(response);
Microsoft.Extensions.AI.Abstractions (2)
ChatCompletion\ChatResponseExtensions.cs (2)
69list.AddMessages(updates.ToChatResponse()); 123list.AddMessages(await updates.ToChatResponseAsync(cancellationToken).ConfigureAwait(false));
Microsoft.Extensions.AI.Integration.Tests (6)
ChatClientIntegrationTests.cs (6)
1473history.AddMessages(firstResponse); // Append assistant reply. 1482history.AddMessages(secondResponse); 1543history.AddMessages(response); 1606history.AddMessages(firstResponse); 1618history.AddMessages(secondResponse); 1708history.AddMessages(response);
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\FunctionInvokingChatClientTests.cs (1)
949messages.AddMessages(result);
OpenAIEndToEnd.WebStory (1)
Components_Pages_Home_razor.g.cs (1)
168chatMessages.AddMessages(response);