6 references to _history
Microsoft.AspNetCore.Components.AI (6)
Engine\UIAgent.cs (6)
132_history.Add(message); 162IEnumerable<ChatMessage> requestMessages = _history; 202_history.Add(msg); 244_history.Clear(); 265_history.Add(new ChatMessage(update.Role.Value, [.. update.Contents])); 319_history.Add(message);