Skip to content

Commit 3f76559

Browse files
committed
docs(api): fixed incorrect description of how extraction results are ordered
1 parent bd28152 commit 3f76559

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,8 @@ components:
830830
$ref: '#/components/schemas/AnswerExtraction'
831831
type: array
832832
description: The results of extracting answers from the texts, ordered from
833-
highest to lowest inextractability score.
833+
highest to lowest answer confidence score (or else lowest to highest inextractability
834+
score if there are no answers for a text).
834835
examples:
835836
- - index: 0
836837
answers:

0 commit comments

Comments
 (0)