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)
204
message.Contents.Add(new
McpServerToolApprovalRequestContent
(mtcari.Id, new(mtcari.Id, mtcari.ToolName, mtcari.ServerLabel)
422
yield return CreateUpdate(new
McpServerToolApprovalRequestContent
(mtcari.Id, new(mtcari.Id, mtcari.ToolName, mtcari.ServerLabel)