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