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