set is finish true

This commit is contained in:
liuyunchao.0510
2025-10-17 16:25:01 +08:00
parent d92dacffb5
commit 702413c2af

View File

@ -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: