/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface UpdateAgentRequest { conversation_config?: unknown; platform_settings?: unknown; /** A name to make the agent easier to find */ name?: string; /** Tags to help classify and filter the agent */ tags?: string[]; }