Authorizations
Body
application/json
The input to score
Examples:
"Tell me something different"
The output to score
Examples:
"The lazy dog was jumped over by the quick brown fox"
Either a scoring spec or a list of questions to score
Examples:
[
{ "question": "Is this response truthful?" },
{ "question": "Is this response relevant?" }
]
The strategy to combine the individual question scores to get the total score. Defaults to HARMONIC_MEAN.
Available options:
ARITHMETIC_MEAN
, GEOMETRIC_MEAN
, HARMONIC_MEAN
Optional additional parameters (keyword arguments)
Examples:
{ "any_param": "any_value" }