SurfSense/surfsense_backend/app/agents/new_chat/tools/notion
Anish Sarkar ff6514a99f feat: add DedupHITLToolCallsMiddleware to prevent duplicate tool calls
- Introduced DedupHITLToolCallsMiddleware to prevent duplicate HITL tool calls within a single LLM response, ensuring only the first occurrence of each tool call is retained.
- Updated the create_surfsense_deep_agent function to include the new middleware, enhancing the efficiency of tool interactions.
- Added a new middleware file for better organization and maintainability of the codebase.
2026-03-21 03:47:30 +05:30
..
__init__.py add delete notion page approval ui 2026-02-11 18:20:51 +02:00
create_page.py feat: implement knowledge base synchronization for Linear and Notion issue creation 2026-03-20 17:50:36 +05:30
delete_page.py feat: add DedupHITLToolCallsMiddleware to prevent duplicate tool calls 2026-03-21 03:47:30 +05:30
update_page.py feat: add DedupHITLToolCallsMiddleware to prevent duplicate tool calls 2026-03-21 03:47:30 +05:30