/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * template: "template" * } */ export interface UpdateContextTemplateRequest { /** The template content (max 1200 characters). */ template: string; }