PromptVariable
Types for prompt variables with modality definitions.Overview
Variable types define dynamic content that can be injected into prompts, with support for multiple modalities.PromptVariable
Prompt variable with name and modality.name- Variable name (used as{{variable_name}}in prompts)modality- Variable modality type (VariableModality)
VariableModality
See the dedicated VariableModality page for full documentation. Variable modality type enumeration.'text'- Plain text content'image'- Image content (URL or base64)'pdf'- PDF document content'api'- External API data source'prompt'- Nested prompt reference
VariableValue
See the dedicated VariableValue page for full documentation. Variable value type, discriminated bymodality. Used when providing values for prompt variables.