Validate model and prompt configuration tables and estimate the number of
model responses before making any calls. This is the dry-run companion to
run_prompt_grid(). Prompt variants are independent calls, not sequential
turns in one conversation.
Arguments
- data
A data frame accepted by
run_structured_responses().- prompt_variants
A named character vector of independent prompt templates, or a data frame with
prompt_idandpromptcolumns. An optional logicalactivecolumn can disable prompt variants without deleting them.- model_config
A character vector of model names, or a data frame with a required
modelcolumn. Supported optional columns aremodel_id,family,integration,virtual_key,base_url,temperature,output_mode,seed,max_active,rpm,n_completions, andactive. Missing settings use the same defaults asrun_structured_responses().- smoke_n
Optional positive integer limiting the workflow to the first
smoke_ninput rows.smoke_n = 1is useful before an expensive run.
