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