/** * This file was auto-generated by Fern from our API Definition. */ export interface TestSuiteRunPromptSandboxHistoryItemExecConfigData { /** The ID of the Prompt Sandbox History Item that the Test Suite will run against. */ historyItemId: string; /** The ID of the Prompt Variant within the Prompt Sandbox History Item that you'd like to run the Test Suite against. */ promptVariantId: string; }