mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-08 21:52:04 +08:00
refine tool提示语为更简洁风格,补充last_buffer_char属性及非VERBOSE模式流式输出换行逻辑,新增工具流式分隔符单元测试
This commit is contained in:
@@ -95,8 +95,8 @@ class UpdateSiteTool(MoviePilotTool):
|
||||
fields_updated.append("下载器")
|
||||
|
||||
if fields_updated:
|
||||
return f"正在更新站点 #{site_id}: {', '.join(fields_updated)}"
|
||||
return f"正在更新站点 #{site_id}"
|
||||
return f"更新站点 #{site_id}: {', '.join(fields_updated)}"
|
||||
return f"更新站点 #{site_id}"
|
||||
|
||||
async def run(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user