kibana/x-pack/examples/gen_ai_streaming_response_example
Georgiana-Andreea Onoleață 10cc89182f
[ResponseOps][UI] - EUI Visual Refresh integration and QA (#204352)
## Summary

Closes: https://github.com/elastic/kibana/issues/202551
Closes: https://github.com/elastic/kibana/issues/202550
Closes: https://github.com/elastic/kibana/issues/202549
Closes: https://github.com/elastic/kibana/issues/202548

Meta: https://github.com/elastic/kibana/issues/202547

Summary

- Buttons with `success` color have been updated to `primary`
- Replaced "textSuccess" to "successText"
example: Edit connector -> **Save** button
<img width="756" alt="Screenshot 2024-12-17 at 15 32 14"
src="https://github.com/user-attachments/assets/5d953c7a-6855-4718-98ab-fc89c516ff8d"
/>

- All references to renamed tokens have been updated to use the new
token name
- Replaced the color utility functions with EUI color tokens as they
will be deprecated
- All usage of color palette tokens and functions now pull from the
theme
- changed severity colors in Borealis

Amsterdam:
<img width="1931" alt="Screenshot 2024-12-18 at 11 50 51"
src="https://github.com/user-attachments/assets/401465b5-b589-47c7-82a6-8211f06c13a5"
/>

Borealis: 
<img width="1925" alt="Screenshot 2024-12-18 at 11 50 06"
src="https://github.com/user-attachments/assets/47ebcba7-70b0-4875-906a-55f509e0b5ca"
/>

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2025-01-15 09:07:25 +02:00
..
public [ResponseOps][UI] - EUI Visual Refresh integration and QA (#204352) 2025-01-15 09:07:25 +02:00
server More strict plugin type definitions (#205232) 2025-01-07 16:41:15 +01:00
jest.config.js
kibana.jsonc
README.md [Security solution] Rename Generative AI connector to OpenAI (#167677) 2023-09-29 11:54:55 -05:00
tsconfig.json

OpenAI Connector Streaming Response Example

This example plugin shows you how to stream a response from a OpenAI connector.

To run this example, use the command yarn start --run-examples.