Skip to content

Commit de300c8

Browse files
authored
Make Inference API task_settings optional (elastic#2994)
1 parent 68ea3d6 commit de300c8

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema-serverless.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/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/Services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class InferenceEndpoint {
3535
/**
3636
* Task settings specific to the service and task type
3737
*/
38-
task_settings: TaskSettings
38+
task_settings?: TaskSettings
3939
}
4040

4141
/**

0 commit comments

Comments
 (0)