import type * as ElevenLabs from "../index"; export interface AstNodeInputLlm { /** JSON schema describing the value that the LLM should extract. */ valueSchema?: ElevenLabs.LlmLiteralJsonSchemaProperty; /** The prompt to evaluate to a boolean value. Deprecated. Use a boolean schema instead. */ prompt?: string; }