Constructs a prompt instructing the LLM to propose multiple anonymization strategies using structured tool calls. Each strategy is a sequence of sdcMicro operations (groupAndRename, microaggregation, etc.). localSuppression is applied automatically and should NOT be included.
build_agentic_prompt(summary_info, k, n_strategies = 3, tool_schemas = NULL)Character string prompt.
List from summarize_sdcObj_structure().
Desired k-anonymity level.
Number of strategies to propose (default 3).
List from get_tool_schemas() (used for text fallback).