1 write to StateValue
Microsoft.AspNetCore.Components.AI (1)
Pipeline\StateMapperContext.cs (1)
78StateValue = value;
3 references to StateValue
Microsoft.AspNetCore.Components.AI (3)
Engine\UIAgentOfT.cs (3)
96if (context.StateValue is not null) 98if (context.StateValue is not TState typedState) 101$"The state mapper returned a value of type '{context.StateValue.GetType()}', " +