10 references to AddMessages
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvokingChatClient.cs (1)
711augmentedHistory.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)
1472history.AddMessages(firstResponse); // Append assistant reply. 1481history.AddMessages(secondResponse); 1542history.AddMessages(response); 1605history.AddMessages(firstResponse); 1617history.AddMessages(secondResponse); 1707history.AddMessages(response);
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\FunctionInvokingChatClientTests.cs (1)
948messages.AddMessages(result);