From 33bcf19b62dd60917e658c08dfb1ec76eecd37d7 Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Mon, 23 Feb 2026 16:13:18 +0200 Subject: [PATCH] stream full output for google drive HITL tools --- surfsense_backend/app/tasks/chat/stream_new_chat.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/surfsense_backend/app/tasks/chat/stream_new_chat.py b/surfsense_backend/app/tasks/chat/stream_new_chat.py index c74ebfe71..7524c7680 100644 --- a/surfsense_backend/app/tasks/chat/stream_new_chat.py +++ b/surfsense_backend/app/tasks/chat/stream_new_chat.py @@ -802,6 +802,8 @@ async def _stream_agent_events( "create_linear_issue", "update_linear_issue", "delete_linear_issue", + "create_google_drive_file", + "trash_google_drive_file", ): yield streaming_service.format_tool_output_available( tool_call_id,