/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; export type ExecutionVellumValue = Vellum.ExecutionStringVellumValue | Vellum.ExecutionNumberVellumValue | Vellum.ExecutionJsonVellumValue | Vellum.ExecutionChatHistoryVellumValue | Vellum.ExecutionSearchResultsVellumValue | Vellum.ExecutionErrorVellumValue | Vellum.ExecutionArrayVellumValue | Vellum.ExecutionFunctionCallVellumValue | Vellum.ExecutionThinkingVellumValue | Vellum.ExecutionAudioVellumValue | Vellum.ExecutionVideoVellumValue | Vellum.ExecutionImageVellumValue | Vellum.ExecutionDocumentVellumValue;