mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
chore: use grafana/experimental for dashboard AI feature (#76948)
The 'llms' module of @grafana/experimental was vendored into the GenAI components at some point in the past to speed up iteration, so that dashboard feature development didn't have to wait for a new release of the experimental package for every change. Now that we think this has stabilized, we can remove the vendored module from the Grafana codebase and use the version from @grafana/experimental instead. This requires a couple of minor changes, mostly around health check results which are slightly different in @grafana/experimental now, but otherwise the changes are mechanical. Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
This commit is contained in:
@@ -3034,10 +3034,6 @@ exports[`better eslint`] = {
|
||||
"public/app/features/dashboard/components/DeleteDashboard/DeleteDashboardModal.tsx:5381": [
|
||||
[0, 0, 0, "Styles should be written using objects.", "0"]
|
||||
],
|
||||
"public/app/features/dashboard/components/GenAI/llms/openai.ts:5381": [
|
||||
[0, 0, 0, "Do not use any type assertions.", "0"],
|
||||
[0, 0, 0, "Do not use any type assertions.", "1"]
|
||||
],
|
||||
"public/app/features/dashboard/components/HelpWizard/HelpWizard.tsx:5381": [
|
||||
[0, 0, 0, "Styles should be written using objects.", "0"],
|
||||
[0, 0, 0, "Styles should be written using objects.", "1"],
|
||||
|
||||
Reference in New Issue
Block a user