Skip to content

Commit 5da0297

Browse files
authored
Fix typo (#498)
1 parent 733f982 commit 5da0297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipelines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ export class TokenClassificationPipeline extends (/** @type {new (options: TextP
442442
* @callback QuestionAnsweringPipelineCallback Answer the question(s) given as inputs by using the context(s).
443443
* @param {string|string[]} question One or several question(s) (must be used in conjunction with the `context` argument).
444444
* @param {string|string[]} context One or several context(s) associated with the question(s) (must be used in conjunction with the `question` argument).
445-
* @param {TokenClassificationPipelineOptions} [options] The options to use for question answering.
445+
* @param {QuestionAnsweringPipelineOptions} [options] The options to use for question answering.
446446
* @returns {Promise<QuestionAnsweringOutput|QuestionAnsweringOutput[]>} An array or object containing the predicted answers and scores.
447447
*/
448448

0 commit comments

Comments
 (0)