cfg_edit
Validate an edited OpenSIPS configuration and return a unified diff for review, without writing changes to disk.
Instructions
Validate an edited OpenSIPS config and return a unified diff.
Does not write anything to disk — the caller chooses to persist after reviewing the diff.
Parameters
existing_cfg: The current on-disk configuration text. change_description: Short natural-language description of the intended change (e.g. "Increase children to 16 and enable TLS"). new_cfg: The LLM's rewritten configuration text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| existing_cfg | Yes | ||
| change_description | Yes | ||
| new_cfg | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||