/** * This file was auto-generated by Fern from our API Definition. */ import * as Vectara from "../index"; /** * An individual event when the response is streamed. */ export declare type ChatStreamedResponse = Vectara.StreamSearchResponse | Vectara.ChatInfoResponse | Vectara.StreamGenerationChunk | Vectara.StreamGenerationEnd | Vectara.GenerationInfo | Vectara.FactualConsistencyScore | Vectara.StreamResponseEnd | Vectara.StreamError;