/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * agent_id: "21m00Tcm4TlvDq8ikWAM" * } */ export interface ConversationalAiGetSignedUrlRequest { /** * The id of the agent you're taking the action on. */ agent_id: string; }