1 write to CallId
Microsoft.Extensions.AI.Abstractions (1)
Contents\McpServerToolCallContent.cs (1)
31
CallId
= Throw.IfNullOrWhitespace(callId);
9 references to CallId
Microsoft.Extensions.AI.Abstractions.Tests (2)
Contents\McpServerToolCallContentTests.cs (2)
20
Assert.Equal("callId1", c.
CallId
);
46
Assert.Equal("callId1", c.
CallId
);
Microsoft.Extensions.AI.OpenAI (1)
OpenAIResponsesChatClient.cs (1)
1060
(idToContentMapping ??= [])[mstcc.
CallId
] = mstcc;
Microsoft.Extensions.AI.OpenAI.Tests (6)
OpenAIResponseClientIntegrationTests.cs (1)
202
.Select(c => new McpServerToolApprovalResponseContent(c.ToolCall.
CallId
, true))
OpenAIResponseClientTests.cs (5)
1209
Assert.Equal("mcp_06ee3b1962eeb8470068e6b21cbaa081a3b5aa2a6c989f4c6f", call.
CallId
);
1465
Assert.Equal("mcp_68be4166acfc8191bc5e0a751eed358b0384f747588fc3f5", firstCall.
CallId
);
1478
Assert.Equal("mcp_68be416900f88191837ae0718339a4ce0384f747588fc3f5", secondCall.
CallId
);
1879
Assert.Equal("mcp_68be4503d45c819e89cb574361c8eba003a2537be0e84a54", firstCall.
CallId
);
1892
Assert.Equal("mcp_68be4505f134819e806c002f27cce0c303a2537be0e84a54", secondCall.
CallId
);