kibana/x-pack/examples/gen_ai_streaming_response_example
Georgiana-Andreea Onoleață e987cdbb55
[ResponseOps] Check if we override EuiButton & EuiFilter styles (#222528)
Closes https://github.com/elastic/kibana/issues/220464

## Summary

As part of the EUI button style updates, I reviewed the RO files for any
CSS class overrides affecting `euiButton` and `euiFilter` components. I
found some custom CSS overrides and I was able to safely remove them.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2025-06-16 11:35:15 +03:00
..
public [ResponseOps] Check if we override EuiButton & EuiFilter styles (#222528) 2025-06-16 11:35:15 +03:00
server [Authz] Mandatory Security Config (#215180) 2025-03-27 12:04:53 -07: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.