Skip to content

Commit

Permalink
Make Inference API task_settings optional (#2994)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle authored Oct 10, 2024
1 parent 68ea3d6 commit de300c8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions output/openapi/elasticsearch-openapi.json

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

3 changes: 1 addition & 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-serverless.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/Services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class InferenceEndpoint {
/**
* Task settings specific to the service and task type
*/
task_settings: TaskSettings
task_settings?: TaskSettings
}

/**
Expand Down

0 comments on commit de300c8

Please sign in to comment.