Learn R Programming

sdcMicro (version 5.8.1)

build_refinement_prompt: Build prompt for refinement iteration

Description

Shows the LLM the utility scores from previous strategies and asks it to propose an improved strategy that minimizes the total score.

Usage

build_refinement_prompt(results, summary_info, k)

Value

Character string prompt.

Arguments

results

List of previous results, each with $strategy and $score.

summary_info

List from summarize_sdcObj_structure().

k

Desired k-anonymity level.