You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/observability/observability-ai-assistant.md
+34-4Lines changed: 34 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,6 +361,40 @@ Additional functions are available when your cluster has APM data:
361
361
`get_apm_services_list`
362
362
: Get the list of monitored services, their health statuses, and alerts.
363
363
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.
: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
+
364
398
### Use contextual prompts [obs-ai-prompts]
365
399
366
400
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
414
448
:screenshot:
415
449
:::
416
450
417
-
::::{important}
418
-
Conversations created by the AI Assistant are public and accessible to every user with permissions to use the assistant.
419
-
::::
420
-
421
451
It might take a minute or two for the AI Assistant to process the message and create the conversation.
422
452
423
453
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