Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Obs AI Assistant] Archiving conversations #216012

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

viduni94
Copy link
Contributor

@viduni94 viduni94 commented Mar 26, 2025

Closes #209386

Summary

  1. The option to archive conversations are enabled via the conversation contextual menu.
  2. Archived conversations can be viewed under the "Archived" section of the conversation list.
  3. Only the owner of the conversation can archive and unarchive.
  4. Once archived, the conversation cannot be continued until unarchived.
  5. If the archived conversation is shared, other users (who are not the owner) can duplicate the conversation, if they wish to continue the conversation.
  6. The archived section of the conversation list is collapsed by default.
  7. Updating the conversation such as title updates, regenerating, providing chat feedback are disabled for archived conversations

Checklist

@viduni94 viduni94 added release_note:feature Makes this part of the condensed release notes Team:Obs AI Assistant Observability AI Assistant backport:version Backport to applied version labels v9.1.0 v8.19.0 labels Mar 26, 2025
@viduni94 viduni94 self-assigned this Mar 26, 2025
@viduni94 viduni94 marked this pull request as ready for review March 27, 2025 14:08
@viduni94 viduni94 requested review from a team as code owners March 27, 2025 14:08
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant)

@botelastic botelastic bot added the ci:project-deploy-observability Create an Observability project label Mar 27, 2025
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@elastic elastic deleted a comment from kibanamachine Mar 28, 2025
@kibanamachine
Copy link
Contributor

Flaky Test Runner Stats

🎉 All tests passed! - kibana-flaky-test-suite-runner#8118

[✅] x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts: 25/25 tests passed.
[✅] x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.serverless.config.ts: 25/25 tests passed.

see run history

@elasticmachine
Copy link
Contributor

elasticmachine commented Mar 31, 2025

💚 Build Succeeded

  • Buildkite Build
  • Commit: bd55be8
  • Kibana Serverless Image: docker.elastic.co/kibana-ci/kibana-serverless:pr-216012-bd55be86d9ce

Metrics [docs]

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
@kbn/ai-assistant 102 105 +3
observabilityAIAssistant 387 389 +2
total +5

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
observabilityAIAssistantApp 265.0KB 269.7KB +4.7KB
searchAssistant 158.9KB 163.6KB +4.7KB
total +9.4KB

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
observabilityAIAssistant 38.2KB 38.3KB +105.0B
Unknown metric groups

API count

id before after diff
@kbn/ai-assistant 102 105 +3
observabilityAIAssistant 389 391 +2
total +5

History

cc @viduni94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:version Backport to applied version labels ci:project-deploy-observability Create an Observability project release_note:feature Makes this part of the condensed release notes Team:Obs AI Assistant Observability AI Assistant v8.19.0 v9.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Obs AI Assistant] Archiving conversations
3 participants