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