28 writes to MessageId
Microsoft.Extensions.AI (3)
Microsoft.Extensions.AI.Abstractions (2)
Microsoft.Extensions.AI.Abstractions.Tests (3)
Microsoft.Extensions.AI.AzureAIInference (1)
Microsoft.Extensions.AI.OpenAI (2)
Microsoft.Extensions.AI.Tests (17)
ChatCompletion\FunctionInvokingChatClientApprovalsTests.cs (15)
157]) { MessageId = "resp1" },
207]) { MessageId = "resp1" },
211]) { MessageId = "resp2" },
225new ChatMessage(ChatRole.Assistant, [new FunctionCallContent("callId1", "Func1")]) { MessageId = "resp1" },
226new ChatMessage(ChatRole.Assistant, [new FunctionCallContent("callId2", "Func2", arguments: new Dictionary<string, object?> { { "i", 42 } })]) { MessageId = "resp2" },
237new ChatMessage(ChatRole.Assistant, [new FunctionCallContent("callId1", "Func1")]) { MessageId = "resp1" },
238new ChatMessage(ChatRole.Assistant, [new FunctionCallContent("callId2", "Func2", arguments: new Dictionary<string, object?> { { "i", 42 } })]) { MessageId = "resp2" },
267]) { MessageId = "resp1" },
326]) { MessageId = "resp1" },
390]) { MessageId = "resp1" },
444]) { MessageId = "resp1" },
455]) { MessageId = "resp2" },
506]) { MessageId = "resp1" },
815downstreamClientOutput.ForEach(m => m.MessageId = Guid.NewGuid().ToString("N"));
879downstreamClientOutput.ForEach(m => m.MessageId = Guid.NewGuid().ToString("N"));
22 references to MessageId
Microsoft.Extensions.AI (8)
Microsoft.Extensions.AI.Abstractions (3)
Microsoft.Extensions.AI.Abstractions.Tests (4)
Microsoft.Extensions.AI.AzureAIInference.Tests (2)
Microsoft.Extensions.AI.OpenAI (2)
Microsoft.Extensions.AI.OpenAI.Tests (3)