Skip to content

Commit fdc7535

Browse files
committed
skip validation for rerank req inline union
1 parent 3e94283 commit fdc7535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specification/inference/rerank/RerankRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export interface Request extends RequestBase {
6363
* > info
6464
* > Inference endpoints for the `completion` task type currently only support a single string as input.
6565
*/
66+
// eslint-disable-next-line es-spec-validator/no-inline-unions -- TODO: nothing, is fixed in main
6667
input: string | Array<string>
6768
/**
6869
* Task settings for the individual inference request.

0 commit comments

Comments
 (0)