1 write to _agent
Microsoft.AspNetCore.Components.AI (1)
Engine\AgentContext.cs (1)
38_agent = agent;
6 references to _agent
Microsoft.AspNetCore.Components.AI (6)
Engine\AgentContext.cs (6)
107var blocks = await _agent.RestoreAsync(cancellationToken); 218_agent.RejectPendingPredictiveState(); 242await foreach (var block in _agent.SendMessagesAsync(currentMessages, cancellationToken) 279_agent.RejectPendingPredictiveState(); 290_agent.RejectPendingPredictiveState(); 299_agent.RejectPendingPredictiveState();