2 references to ConversationId
Microsoft.AspNetCore.Components.AI (2)
Engine\UIAgent.cs (2)
163
if (thread is { IsStateful: true,
ConversationId
: not null })
166
chatOptions.ConversationId = thread.
ConversationId
;