/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * The initial data returned indicating that the response from the model has returned and begun streaming. */ export interface InitiatedExecutePromptEvent { state: "INITIATED"; meta?: Vellum.InitiatedPromptExecutionMeta; executionId: string; }