Skip to content

Commit 373146b

Browse files
l-trottapquentin
andauthored
Update specification/ml/_types/inference.ts
Co-authored-by: Quentin Pradet <[email protected]>
1 parent 2951276 commit 373146b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/ml/_types/inference.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export class TextExpansionInferenceOptions {
259259
tokenization?: TokenizationConfigContainer
260260
/** The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value. */
261261
results_field?: string
262-
vocabulary?: Vocabulary
262+
vocabulary: Vocabulary
263263
}
264264

265265
/** Named entity recognition options */

0 commit comments

Comments
 (0)