/** * Used to reference a secret from the agent's secret store. */ export interface ConvAiSecretLocator { secretId: string; }