diff --git a/fern/openapi.json b/fern/openapi.json index 3927b1a4..c012cb1e 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -17099,6 +17099,10 @@ "type": "boolean", "description": "If true, the core memories will be preserved in the template version when migrating agents" }, + "preserve_sources_on_migration": { + "type": "boolean", + "description": "If true, existing agent folders/sources will be preserved and merged with template sources during migration. If false, agent sources will be replaced with template sources." + }, "block_reconciliation_strategy": { "type": "string", "enum": ["reconcile-all", "preserve-deleted"], @@ -18748,6 +18752,10 @@ "type": "boolean", "description": "Whether to preserve existing core memories during migration" }, + "preserve_sources": { + "type": "boolean", + "description": "If true, existing agent sources will be preserved and merged with template sources during migration. If false, agent sources will be replaced with template sources." + }, "memory_variables": { "type": "object", "additionalProperties": {