/** * This file was auto-generated by Fern from our API Definition. */ /** * Update a prompts * * @example * { * prompt: "Combine first name and last name into a new column called Full Name" * } */ export interface PromptPatch { prompt: string; }