2 instantiations of StateMapperContext
Microsoft.AspNetCore.Components.AI (2)
Engine\UIAgent.cs (1)
308var context = new StateMapperContext(update);
Engine\UIAgentOfT.cs (1)
93var context = new StateMapperContext(update);
3 references to StateMapperContext
Microsoft.AspNetCore.Components.AI (3)
Engine\UIAgent.cs (1)
308var context = new StateMapperContext(update);
Engine\UIAgentOfT.cs (1)
93var context = new StateMapperContext(update);
Pipeline\UIAgentOptions.cs (1)
29public Action<StateMapperContext>? StateMapper { get; set; }