1 instantiation of AgentState
Microsoft.AspNetCore.Components.AI (1)
Pipeline\UIAgentOptions.cs (1)
97
State = new
AgentState
<TState>(initialState);
2 references to AgentState
Microsoft.AspNetCore.Components.AI (2)
Engine\UIAgentOfT.cs (1)
84
public
AgentState
<TState> State { get; }
Pipeline\UIAgentOptions.cs (1)
103
public
AgentState
<TState> State { get; }