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