/** * This file was auto-generated by Fern from our API Definition. */ /** * Used to reference a secret from the agent's secret store. */ export interface ConvAiSecretLocator { secret_id: string; }