v2.1.0 Streamlined API, Controlled React Component, ratings, query headers
This release
Features
- sends custom headers with requests made to AI
- presents a feedback button following AI responses
Breaking Changes
- streamlines the react api surface and now includes
open
andonOpenChange
props for use as a controlled component - removes support for instantiation as a web-component (
<qa-bot >
) and does not include auto creation based on html class or id. Instead, users of the standalone bot will instantiate with a simple JS callqaBot({params})
. This is detailed in the README.md