Interface: TextGenerationStreamOutput
Properties
details
• details: null
| TextGenerationStreamDetails
Generation details Only available when the generation is finished
Defined in
inference/src/tasks/nlp/textGenerationStream.ts:81
generated\_text
• generated_text: null
| string
Complete generated text Only available when the generation is finished
Defined in
inference/src/tasks/nlp/textGenerationStream.ts:76
token
• token: TextGenerationStreamToken
Generated token, one at a time