6 references to AddMessages
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvokingChatClient.cs (1)
791augmentedHistory.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.OpenAI.Tests (2)
OpenAIResponseClientIntegrationTests.cs (2)
723chatHistory.AddMessages(response1); 804chatHistory.AddMessages(response1);
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\FunctionInvokingChatClientTests.cs (1)
1380messages.AddMessages(result);