6 instantiations of HandlerEntry
Microsoft.AspNetCore.Components.AI (6)
Pipeline\BlockMappingPipeline.cs (5)
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()));
Pipeline\UIAgentOptions.cs (1)
85
public IHandlerEntry CreateEntry() => new
HandlerEntry
<TState>(_handler);