4 references to McpServerToolApprovalRequestContent
Microsoft.Extensions.AI.Abstractions.Tests (2)
Contents\AIContentTests.cs (1)
77
new
McpServerToolApprovalRequestContent
("request123", new McpServerToolCallContent("call123", "myTool", "myServer")),
Contents\UserInputRequestContentTests.cs (1)
45
new
McpServerToolApprovalRequestContent
("request123", new McpServerToolCallContent("call123", "myTool", "myServer")),
Microsoft.Extensions.AI.OpenAI (2)
OpenAIResponsesChatClient.cs (2)
210
message.Contents.Add(new
McpServerToolApprovalRequestContent
(mtcari.Id, new(mtcari.Id, mtcari.ToolName, mtcari.ServerLabel)
428
yield return CreateUpdate(new
McpServerToolApprovalRequestContent
(mtcari.Id, new(mtcari.Id, mtcari.ToolName, mtcari.ServerLabel)