6 references to 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)
85public IHandlerEntry CreateEntry() => new HandlerEntry<TState>(_handler);