Interface StreamGenerateContentResult (0.2.1)

Wrapper for respones from a generateContent method when steam parameter is true {Promise

Package

@google-cloud/vertexai

Properties

response

response: Promise<GenerateContentResponse>;

stream

stream: AsyncGenerator<GenerateContentResponse>;