1 write to CallId
Microsoft.Extensions.AI.Abstractions (1)
Contents\McpServerToolResultContent.cs (1)
29CallId = Throw.IfNullOrWhitespace(callId);
8 references to CallId
Microsoft.Extensions.AI.Abstractions.Tests (2)
Contents\McpServerToolResultContentTests.cs (2)
16Assert.Equal("callId", c.CallId); 37Assert.Equal("callId", c.CallId);
Microsoft.Extensions.AI.OpenAI (2)
OpenAIResponsesChatClient.cs (2)
675if (idToContentMapping?.TryGetValue(mstrc.CallId, out AIContent? callContentFromMapping) is true && 678_ = idToContentMapping.Remove(mstrc.CallId);
Microsoft.Extensions.AI.OpenAI.Tests (4)
OpenAIResponseClientTests.cs (4)
1072Assert.Equal("mcp_68be4166acfc8191bc5e0a751eed358b0384f747588fc3f5", firstResult.CallId); 1085Assert.Equal("mcp_68be416900f88191837ae0718339a4ce0384f747588fc3f5", secondResult.CallId); 1486Assert.Equal("mcp_68be4503d45c819e89cb574361c8eba003a2537be0e84a54", firstResult.CallId); 1499Assert.Equal("mcp_68be4505f134819e806c002f27cce0c303a2537be0e84a54", secondResult.CallId);