Refactor update_notion_page to append-only with simplified parameters

This commit is contained in:
CREDO23 2026-02-13 13:07:19 +02:00
parent 0d1b61d7e6
commit 9411edf057
5 changed files with 34 additions and 115 deletions

View file

@ -140,7 +140,6 @@ class NotionToolMetadataService:
"account": account.to_dict(),
"page_id": page_id,
"current_title": document.title,
"current_content": document.content,
"document_id": document.id,
"indexed_at": document.document_metadata.get("indexed_at"),
}