Class LongFormResponse

java.lang.Object
com.google.genkit.plugins.evaluators.metrics.LongFormResponse

public class LongFormResponse extends Object
Response schema for the long-form answer extraction in faithfulness evaluation. Extracts individual statements from a generated answer.
  • Constructor Details

    • LongFormResponse

      public LongFormResponse()
    • LongFormResponse

      public LongFormResponse(List<String> statements)
  • Method Details

    • getStatements

      public List<String> getStatements()
    • setStatements

      public void setStatements(List<String> statements)