refine_config
Refine validation configs for structured research tables using natural language. Modify columns, adjust validation rules, and control auto-preview timing.
Instructions
Refine the generated validation config using natural language instructions.
Example instructions: 'Add a column for LinkedIn URL. Remove the revenue column. Make email validation stricter.'
Set defer_preview=True if you plan to do structural editing (exclude_row, add_pending_row, etc.) before the preview — this prevents a premature auto-preview from firing before your edits are complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | Conversation ID of the refine session. | |
| session_id | Yes | Session ID associated with the conversation. | |
| instructions | Yes | Natural-language instructions describing the config changes to make. | |
| defer_preview | No | Set True to suppress the auto-preview that fires after config refinement. Use when you intend to do structural editing (exclude rows, add pending rows, add columns) before the preview. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |