export interface AstllmNodeInput {
    /** The prompt to evaluate to a boolean value. */
    prompt: string;
}
