Ben Sully
eb62e02259
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>
2023-10-25 16:38:55 +01:00
Nathan Marrs
0238db42af
DashGPT: Improve save dashboard description generation ( #75699 )
...
Co-authored-by: Aaron Sanders <aaron.sanders@grafana.com>
Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
2023-10-14 03:02:45 +03:00
Torkel Ödegaard
72a1de855c
Schema: Clean up / correct panel schema ( #76346 )
...
* Schema: Clean up / correct panel schema
* fixes
2023-10-11 15:56:42 +02:00
Nathan Marrs
ede0b0ab03
Auto-generate: Break out reply sanitization into separate util func ( #76091 )
2023-10-06 14:11:15 +02:00
Aaron Sanders
9e78907233
OpenAI: Avoid two streams to overlap when doing multiple requests ( #75504 )
...
Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2023-09-28 17:42:56 +03:00
Aaron Sanders
e4e19f6ca2
DashGPT: Simplify auto-generate state management as a hook ( #75236 )
...
Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2023-09-27 16:47:06 +02:00
Ivan Ortega Alba
224e2c9efb
Dashboards: Auto-generate dashboard changes description ( #75003 )
...
Co-authored-by: Aaron Sanders <aaron.sanders@grafana.com>
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2023-09-21 05:41:49 -07:00
Nathan Marrs
8a127c4351
Dashgpt: Implement panel title and description generation ( #74284 )
...
* Add "addon" prop to options panel item descriptor; add placeholder generate buttons to panel title + description
* Add basic `ai` icon; add separate wrapping component for panel title generation button
* Add basic panel title generation
* Add basic panel description generation
* Add configuration error state for GenAI button
* Add GenAI button generic component
---------
Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2023-09-19 15:40:33 +02:00