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