Constructs a prompt for the LLM using metadata and optional codebook and data-sharing context.
build_llm_prompt(meta, policy, codebook = NULL)A character string prompt.
A data.frame with variable metadata (name, class, cardinality).
One of `"open"`, `"restricted"`, or `"confidential"`.
Optional path to a CSV, TSV, YAML, JSON, TXT, or PDF file describing variable definitions.
Matthias Templ