Huggingface.js documentation

Interface: ConversationalOutput

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Interface: ConversationalOutput

Properties

conversation

conversation: Object

Type declaration

Name Type
generated_responses string[]
past_user_inputs string[]

Defined in

inference/src/tasks/nlp/conversational.ts:53


generated _ text

generated_text: string

Defined in

inference/src/tasks/nlp/conversational.ts:57


warnings

warnings: string[]

Defined in

inference/src/tasks/nlp/conversational.ts:58