Skip to content

Commit 0e7a267

Browse files
Update specification/inference/inference/InferenceRequest.ts
Co-authored-by: David Kyle <[email protected]>
1 parent 6748bbb commit 0e7a267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/inference/inference/InferenceRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export interface Request extends RequestBase {
8383
*/
8484
input: string | Array<string>
8585
/**
86-
* Specifies the input data type. Possible values include:
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:
8787
* * `SEARCH`
8888
* * `INGEST`
8989
* * `CLASSIFICATION`

0 commit comments

Comments
 (0)