You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// eslint-disable-next-line es-spec-validator/no-inline-unions -- TODO: create named alias
64
-
input: string|Array<string>
63
+
input: string|string[]
65
64
/**
66
65
* Task settings for the individual inference request. These settings are specific to the <task_type> you specified and override the task settings specified when initializing the service.
* > Inference endpoints for the `completion` task type currently only support a single string as input.
83
83
*/
84
-
// eslint-disable-next-line es-spec-validator/no-inline-unions -- TODO: create named alias
85
-
input: string|Array<string>
84
+
input: string|string[]
86
85
/**
87
86
* Specifies the input data type for the text embedding model. The `input_type` parameter only applies to Inference Endpoints with the `text_embedding` task type. Possible values include:
// eslint-disable-next-line es-spec-validator/no-inline-unions -- TODO: create named alias
58
-
input: string|Array<string>
57
+
input: string|string[]
59
58
/**
60
59
* Task settings for the individual inference request. These settings are specific to the <task_type> you specified and override the task settings specified when initializing the service.
0 commit comments