2 writes to StateValue
Microsoft.AspNetCore.Components.AI (2)
Pipeline\StateMapperContext.cs (2)
80
StateValue
= value;
92
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()}', " +