Skip to content

Commit 06a702a

Browse files
docs(api): fixed incorrect description of how extraction results are ordered
1 parent 5a416e4 commit 06a702a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 3
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-bc0272bf0a53ec37ca25f4a8b76bca4b90cf33c5f41816edf460daa642a5a84a.yml
3-
openapi_spec_hash: 79f28fedf89e1b719f464c064847a630
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-a0aa3bcfef3af964f7172cecc6e969193a4ca96b26f8c47e7f50d852b13ef356.yml
3+
openapi_spec_hash: e243aed52e8a3c6dad6254c57408fdc4
44
config_hash: bfe30148ec88e8bbbf4a348a9fdfc00a

src/resources/extractions/qa.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export class Qa extends APIResource {
2020
export interface AnswerExtraction {
2121
/**
2222
* The results of extracting answers from the texts, ordered from highest to lowest
23-
* inextractability score.
23+
* answer confidence score (or else lowest to highest inextractability score if
24+
* there are no answers for a text).
2425
*/
2526
extractions: Array<AnswerExtraction.Extraction>;
2627

0 commit comments

Comments
 (0)