Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@cjcenizal cjcenizal released this 26 Apr 19:40
· 6 commits to main since this release
7f8b97b

Breaking changes

useChat now expects a configuration object instead of an arguments list.

Features

  • Set the enableFactualConsistencyScore={true} prop to retrieve the Factual Consistency Score (FCS) and display the FCS as a badge below each chat response.
  • Set the summaryPromptName="summaryPromptNameValue" prop to define the summarizer and prompt to use to generate the chat response.