Refresh the Data Shield schema block in a client's system prompt
Source:R/data_shield.R
refresh_data_shield_context.RdRebuilds the full system prompt (which includes each registered protected
dataset's filtered schema) and re-applies it to the client's Chat via
set_system_prompt(). Call this after registering or uploading data at
runtime (e.g. a Shiny fileInput handler) so the model sees the new
dataset's schema. Datasets registered before the client was built are already
in the initial system prompt and need no refresh.