/** * This file was auto-generated by Fern from our API Definition. */ export interface AgentCallLimits { /** The maximum number of concurrent conversations. -1 indicates that there is no maximum */ agent_concurrency_limit?: number; /** The maximum number of conversations per day */ daily_limit?: number; }