Skip to content

Commit 345c58f

Browse files
renamed id to index (#2481)
1 parent f95a873 commit 345c58f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/inference/_types/Results.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class CompletionResult {
7070
* text: Optional, the text of the document, if requested
7171
*/
7272
export class RankedDocument {
73-
id: string
73+
index: string
7474
score: string
7575
text?: string
7676
}

0 commit comments

Comments
 (0)