[Search] Add ML as required plugin to Search Assistant (#204009)

## Summary

This adds the `ml` plugin as required to the Search Assistant so that we
don't need users to navigate to an ml-based plugin to initiate the
knowledge base.
This commit is contained in:
Sander Philipse 2024-12-12 15:20:09 +01:00 committed by GitHub
parent b525d00fde
commit 16d45f503a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,7 @@
"requiredPlugins": [
"actions",
"licensing",
"ml", // necessary for assistant's use of knowledge base in assistant package
"observabilityAIAssistant",
"triggersActionsUi",
"share"

View file

@ -38,6 +38,8 @@
"searchPlayground",
"usageCollection"
],
"requiredBundles": ["kibanaReact"]
"requiredBundles": [
"kibanaReact"
]
}
}