merge_package
Merge selected resources from a package into a Cognigy.AI project with locale mapping. Validate with dry run or perform the merge operation.
Instructions
Merges a package into a Cognigy.AI project, importing selected resources. Use localeMapping to map package locales to project locales. MUTATING: Set dryRun=false to merge. Async operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), validates without merging. Set to false to actually merge. WARNING: This modifies the target project! | |
| packageId | Yes | The package ID to merge | |
| timeoutMs | No | Maximum time to wait for merge (5-600 seconds, default 180) | |
| strategies | No | Optional conflict resolution strategies per resource type | |
| resourceIds | Yes | Array of resource IDs from the package to import | |
| localeMapping | Yes | Mapping of package locales to project locales | |
| pollIntervalMs | No | How often to check task status (1-10 seconds, default 3) |