v1
latestOpenAPI 3.0.02026-07-1346146138.4 KBevaluators
Execute answer-completeness evaluator
Evaluate whether the answer is complete and contains all the necessary information
Request Body:
- input.question (string, required): The original question
- input.completion (string, required): The completion to evaluate for completeness
- input.context (string, required): The context that provides the complete information
post/v2/evaluators/answer-completeness/execute
Request body
Example request
{
"input": {
"completion": "Paris.",
"context": "The capital of France is Paris.",
"question": "What is the capital of France?"
}
}Response
OK
Example response
{
"answer_completeness_score": 0.95
}