From 702413c2afa80e60edcc10f87ea2e8a22c6f437f Mon Sep 17 00:00:00 2001 From: "liuyunchao.0510" Date: Fri, 17 Oct 2025 16:25:01 +0800 Subject: [PATCH] set is finish true --- py_package/browser_agent/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py_package/browser_agent/index.py b/py_package/browser_agent/index.py index 422410dad..536ebac42 100644 --- a/py_package/browser_agent/index.py +++ b/py_package/browser_agent/index.py @@ -315,6 +315,7 @@ async def RunBrowserUseAgent(ctx: RunBrowserUseAgentCtx) -> AsyncGenerator[SSEDa await event_queue.put(genSSEData( stream_id=ctx.conversation_id, content=data, + is_finish=True, reply_content_type= ReplyContentType(content_type=content_type) )) if islogin: