1 write to _handler
Microsoft.AspNetCore.Components.AI (1)
Pipeline\UIAgentOptions.cs (1)
53
_handler
= handler;
1 reference to _handler
Microsoft.AspNetCore.Components.AI (1)
Pipeline\UIAgentOptions.cs (1)
56
public IHandlerEntry CreateEntry() => new HandlerEntry<TState>(
_handler
);