/** * This file was auto-generated by Fern from our API Definition. */ /** * The final resolved function call value. */ export interface FunctionCallRequest { arguments: Record; id?: string | null; name: string; }