update_function
Need to change a Cognigy.AI function? Use this tool to update its code, name, parameters, or description, with a dry-run option to validate before saving.
Instructions
Updates an existing Cognigy.AI Function. Use this to change code, name, or parameters. MUTATING: Set dryRun=false to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Updated function code | |
| name | No | New name for the function | |
| dryRun | No | If true (default), validates without updating. Set to false to actually update. | |
| functionId | Yes | The function ID to update | |
| parameters | No | Updated parameters schema | |
| description | No | New description |