Skip to content

Commit 2aedeb5

Browse files
authored
missing export type TextGenerationStream (#596)
1 parent abc2911 commit 2aedeb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tasks/src/tasks/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ export type {
9292
TextGenerationParameters,
9393
TextGenerationOutputSequenceDetails,
9494
TextGenerationOutputToken,
95+
TextGenerationStreamDetails,
96+
TextGenerationStreamOutput,
9597
} from "./text-generation/inference";
9698
export type * from "./video-classification/inference";
9799
export type * from "./visual-question-answering/inference";

0 commit comments

Comments
 (0)