Skip to content

Commit 1d4c082

Browse files
committed
[Observability AI Assistant] Add shared conversations
1 parent 3af6444 commit 1d4c082

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed
53.1 KB
Loading

solutions/observability/observability-ai-assistant.md

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,40 @@ Additional functions are available when your cluster has APM data:
361361
`get_apm_services_list`
362362
: Get the list of monitored services, their health statuses, and alerts.
363363

364+
#### Share conversations
365+
366+
Conversations that you start with AI Assistant are private by default and not visible to other members of your team. Sharing conversations can help you keep your teammates informed about your conversations with AI Assistant, making it easier to simultaneously collaborate with your teammates and AI Assistant.
367+
368+
To share a conversation:
369+
370+
1. Select the **Private** / **Shared** badge next to the conversation's title
371+
1. Use the dropdown menu to define the chat's visibility.
372+
373+
:::{image} /solutions/images/obs-ai-assistant-shared-conversations.png
374+
:alt: AI Assistant chat with the sharing status dropdown open
375+
:screenshot:
376+
:::
377+
378+
After sharing a conversation, you can copy its URL and send the link to your team:
379+
380+
1. Open an AI Assistant chat.
381+
1. Open the **Conversation actions** ({icon}`boxes_vertical`) menu.
382+
1. Select **Copy URL**.
383+
384+
When someone shares a chat with you, you can review it, but you can't continue the conversation. To continue the conversation where your colleague left off, duplicate the conversation.
385+
386+
To duplicate a shared conversation:
387+
388+
1. Open an AI Assistant chat.
389+
1. Open the **Conversation actions** ({icon}`boxes_vertical`) menu.
390+
1. Select **Duplicate**.
391+
392+
#### Archive conversations
393+
394+
The owner of a conversation can archive it by selecting **Archive** from the **Conversation actions** (({icon}`boxes_vertical`)) menu. Users can't continue or edit archived conversations.
395+
396+
To continue or edit an archived conversation, unarchive it by selecting **Unarchive** from the **Conversation actions** (({icon}`boxes_vertical`)) menu.
397+
364398
### Use contextual prompts [obs-ai-prompts]
365399

366400
AI Assistant contextual prompts throughout {{observability}} provide the following information:
@@ -414,10 +448,6 @@ When the alert fires, contextual details about the event—such as when the aler
414448
:screenshot:
415449
:::
416450

417-
::::{important}
418-
Conversations created by the AI Assistant are public and accessible to every user with permissions to use the assistant.
419-
::::
420-
421451
It might take a minute or two for the AI Assistant to process the message and create the conversation.
422452

423453
Note that overly broad prompts may result in the request exceeding token limits. For more information, refer to [Token limits](#obs-ai-token-limits). Also, attempting to analyze several alerts in a single connector execution may cause you to exceed the function call limit. If this happens, modify the message specified in the connector configuration to avoid exceeding limits.

0 commit comments

Comments
 (0)