1 write to CallId
Microsoft.Extensions.AI.Abstractions (1)
Contents\McpServerToolCallContent.cs (1)
31CallId = Throw.IfNullOrWhitespace(callId);
8 references to CallId
Microsoft.Extensions.AI.Abstractions.Tests (2)
Contents\McpServerToolCallContentTests.cs (2)
20Assert.Equal("callId1", c.CallId); 47Assert.Equal("callId1", c.CallId);
Microsoft.Extensions.AI.OpenAI (1)
OpenAIResponsesChatClient.cs (1)
671(idToContentMapping ??= [])[mstcc.CallId] = mstcc;
Microsoft.Extensions.AI.OpenAI.Tests (5)
OpenAIResponseClientIntegrationTests.cs (1)
173.Select(c => new McpServerToolApprovalResponseContent(c.ToolCall.CallId, true))
OpenAIResponseClientTests.cs (4)
1064Assert.Equal("mcp_68be4166acfc8191bc5e0a751eed358b0384f747588fc3f5", firstCall.CallId); 1077Assert.Equal("mcp_68be416900f88191837ae0718339a4ce0384f747588fc3f5", secondCall.CallId); 1478Assert.Equal("mcp_68be4503d45c819e89cb574361c8eba003a2537be0e84a54", firstCall.CallId); 1491Assert.Equal("mcp_68be4505f134819e806c002f27cce0c303a2537be0e84a54", secondCall.CallId);