1 implementation of CreateEntry
Microsoft.AspNetCore.Components.AI (1)
Pipeline\UIAgentOptions.cs (1)
56
public IHandlerEntry
CreateEntry
() => new HandlerEntry<TState>(_handler);
1 reference to CreateEntry
Microsoft.AspNetCore.Components.AI (1)
Pipeline\BlockMappingPipeline.cs (1)
29
_handlers.Add(registration.
CreateEntry
());