9 references to _handlers
Microsoft.AspNetCore.Components.AI (9)
Pipeline\BlockMappingPipeline.cs (9)
29
_handlers
.Add(registration.CreateEntry());
34
_handlers
.Add(new HandlerEntry<UIActionHandler.State>(
38
_handlers
.Add(new HandlerEntry<FunctionApprovalHandler.State>(
41
_handlers
.Add(new HandlerEntry<FunctionInvocationContentBlock>(
45
_handlers
.Add(new HandlerEntry<RichContentBlock>(new RichTextContentHandler()));
48
_handlers
.Add(new HandlerEntry<RichContentBlock>(new TextBlockHandler()));
60
var context = new BlockMappingContext(update,
_handlers
);
95
for (var i = 0; i <
_handlers
.Count; i++)
102
var handler =
_handlers
[i];