/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * Execution output of an entity evaluated during a Test Suite Run that is of type CHAT_HISTORY */ export interface TestSuiteRunExecutionChatHistoryOutput { name: string; type: "CHAT_HISTORY"; value?: Vellum.ChatMessage[] | null; outputVariableId: string; }