We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e94283 commit fdc7535Copy full SHA for fdc7535
specification/inference/rerank/RerankRequest.ts
@@ -63,6 +63,7 @@ export interface Request extends RequestBase {
63
* > info
64
* > Inference endpoints for the `completion` task type currently only support a single string as input.
65
*/
66
+ // eslint-disable-next-line es-spec-validator/no-inline-unions -- TODO: nothing, is fixed in main
67
input: string | Array<string>
68
/**
69
* Task settings for the individual inference request.
0 commit comments