SurfSense/surfsense_web/components/tool-ui/gmail
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
..
create-draft.tsx feat: add onClose functionality to ApprovalCard across all HITL tools 2026-03-20 23:50:50 +05:30
index.ts feat: add update functionality for Gmail drafts 2026-03-20 23:50:27 +05:30
send-email.tsx feat: enhance Gmail draft update functionality 2026-03-21 00:30:18 +05:30
trash-email.tsx feat: add DedupHITLToolCallsMiddleware to prevent duplicate tool calls 2026-03-21 03:47:30 +05:30
update-draft.tsx refactor: remove TriangleAlertIcon from various tool components 2026-03-21 02:09:52 +05:30