SurfSense/surfsense_backend/app/agents/new_chat/tools/notion
CREDO23 090b69cf1e fix: guard empty update_issue call and unify delete_from_kb naming
- LinearConnector.update_issue: return error early when no fields are
  provided, preventing a silent no-op mutation and unnecessary KB sync
- Rename delete_from_db → delete_from_kb in delete_notion_page tool and
  its frontend component to match the more accurate Linear naming and
  keep both tool APIs consistent for the LLM
2026-02-19 15:22:36 +02:00
..
__init__.py add delete notion page approval ui 2026-02-11 18:20:51 +02:00
create_page.py fix(notion): remove parent_page_id from create_notion_page tool signature 2026-02-18 19:02:16 +02:00
delete_page.py fix: guard empty update_issue call and unify delete_from_kb naming 2026-02-19 15:22:36 +02:00
update_page.py Guard KB sync on document_id; fix comment style 2026-02-18 12:31:28 +02:00