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