We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc2911 commit 2aedeb5Copy full SHA for 2aedeb5
packages/tasks/src/tasks/index.ts
@@ -92,6 +92,8 @@ export type {
92
TextGenerationParameters,
93
TextGenerationOutputSequenceDetails,
94
TextGenerationOutputToken,
95
+ TextGenerationStreamDetails,
96
+ TextGenerationStreamOutput,
97
} from "./text-generation/inference";
98
export type * from "./video-classification/inference";
99
export type * from "./visual-question-answering/inference";
0 commit comments