/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * userId: "user_id" * } */ export interface UserListUserSummaryInstructionsRequest { /** * User ID to get user-specific instructions */ userId?: string; }