update_extension
Update Cognigy.AI extension settings, such as enabling trusted code for full Node.js API access. Set dryRun to false to apply changes.
Instructions
Updates Cognigy.AI Extension settings like trusted code flag. Use this to enable/disable full Node.js API access. MUTATING: Set dryRun=false to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), validates without updating. Set to false to actually update. | |
| extensionId | Yes | The extension ID to update | |
| trustedCode | No | Enable trusted code execution (allows full Node.js API access) |