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