Skip to content

Commit bc1a277

Browse files
Removing variant
1 parent 797d6b5 commit bc1a277

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

output/schema/schema.json

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

specification/inference/_types/Results.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ export class SparseEmbeddingResult {
3939

4040
/**
4141
* The response format for the sparse embedding request.
42-
* @variants container
4342
*/
4443
export class SparseEmbeddingInferenceResult {
45-
sparse_embedding?: Array<SparseEmbeddingResult>
44+
sparse_embedding: Array<SparseEmbeddingResult>
4645
}
4746

4847
/**

0 commit comments

Comments
 (0)