Skip to content

Commit

Permalink
renamed id to index
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhniebergall committed Apr 3, 2024
1 parent f95a873 commit b217ecb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/inference/_types/Results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class CompletionResult {
* text: Optional, the text of the document, if requested
*/
export class RankedDocument {
id: string
index: string
score: string
text?: string
}
Expand Down

0 comments on commit b217ecb

Please sign in to comment.