/** * This file was auto-generated by Fern from our API Definition. */ export interface RawPromptExecutionOverridesRequest { body?: Record | null; /** The raw headers to send to the model host. */ headers?: Record | null; /** The raw URL to send to the model host. */ url?: string | null; }