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