From a5bbe1998aa712a4112db01ace7672bf4f202d36 Mon Sep 17 00:00:00 2001 From: enisn Date: Thu, 11 Dec 2025 17:20:43 +0300 Subject: [PATCH] Extend Conversation Id usage --- docs/en/modules/ai-management/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/modules/ai-management/index.md b/docs/en/modules/ai-management/index.md index a1817d0c9a..a5a1ae0b2d 100644 --- a/docs/en/modules/ai-management/index.md +++ b/docs/en/modules/ai-management/index.md @@ -500,8 +500,9 @@ You can customize the chat widget with the following properties: }) ``` -#### Using Conversation Id -You can use the `ConversationId` property to specify the id of the conversation to use. When the Conversation Id is provided, the chat will be stored at the client side and will be retrieved when the user revisits the page that contains the chat widget. +#### Using the Conversation Id +You can use the `ConversationId` property to specify the id of the conversation to use. When the Conversation Id is provided, the chat will be stored at the client side and will be retrieved when the user revisits the page that contains the chat widget. If it's not provided or provided as **null**, the chat will be temporary and will not be saved, it'll be lost when the component lifetime ends. + ```csharp @await Component.InvokeAsync(typeof(ChatClientChatViewComponent), new ChatClientChatViewModel {