batch_replace
Replace multiple strings in a document at once by defining a dictionary of old to new text replacements.
Instructions
Replace multiple strings in the document at once.
Args: replacements: Dictionary of old -> new text replacements Example: {"old1": "new1", "old2": "new2"}
Returns: Success message with replacement count or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| replacements | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |