6 references to MarkHandled
Microsoft.AspNetCore.Components.AI (6)
Pipeline\FunctionApprovalHandler.cs (1)
25context.MarkHandled(approvalRequest);
Pipeline\FunctionInvocationHandler.cs (2)
26context.MarkHandled(call); 41context.MarkHandled(result);
Pipeline\RichTextContentHandler.cs (1)
40context.MarkHandled(content);
Pipeline\TextBlockHandler.cs (1)
35context.MarkHandled(textContent);
Pipeline\UIActionHandler.cs (1)
30context.MarkHandled(call);