feat:修改图片展示模式,合并no_reply和stop

This commit is contained in:
SengokuCola
2026-04-01 14:26:03 +08:00
parent d713aa9576
commit 5b92942194
8 changed files with 427 additions and 71 deletions

View File

@@ -73,7 +73,7 @@ def create_builtin_tool_specs() -> List[ToolSpec]:
},
"quote": {
"type": "boolean",
"description": "是否以引用回复的方式发送。",
"description": "当有非常明确的回复目标时,以引用回复的方式发送。",
"default": True,
},
"unknown_words": {