6 references to _history
Microsoft.AspNetCore.Components.AI (6)
Engine\UIAgent.cs (6)
136_history.Add(message); 166IEnumerable<ChatMessage> requestMessages = _history; 206_history.Add(msg); 248_history.Clear(); 269_history.Add(new ChatMessage(update.Role.Value, [.. update.Contents])); 324_history.Add(message);