import type * as ElevenLabs from "../index"; export interface ToolResponseMockConfigInput { /** If the list is empty, the mock will always activate. */ parameterConditions?: ElevenLabs.UnitTestToolCallParameter[]; /** The return value the LLM sees when this mock is active. */ mockResult: string; }