2 instantiations of HandlerEntry
Microsoft.AspNetCore.Components.AI (2)
Pipeline\BlockMappingPipeline.cs (1)
33
_handlers.Add(new
HandlerEntry
<RichContentBlock>(new TextBlockHandler()));
Pipeline\UIAgentOptions.cs (1)
56
public IHandlerEntry CreateEntry() => new
HandlerEntry
<TState>(_handler);