export interface LlmSchemaOverride { /** Prompt override for the LLM. If not provided, the original schema description is used. */ prompt?: string; }