update_knowledge_chunk
Update an existing knowledge chunk in Cognigy.AI by changing its text content. When text is modified, the chunk is automatically re-embedded. Use dryRun=false to apply changes.
Instructions
Updates an existing Cognigy.AI knowledge chunk. If text is changed, the chunk will be re-embedded. MUTATING: Set dryRun=false to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | New text content (will be re-embedded) | |
| dryRun | No | If true (default), validates without updating. Set to false to actually update. | |
| chunkId | Yes | The knowledge chunk ID to update | |
| sourceId | Yes | The knowledge source ID containing the chunk | |
| knowledgeStoreId | Yes | The knowledge store ID |