mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2025-09-04 10:20:45 +00:00
♻️ Simplify message formatting for better compatibility #11
This commit is contained in:
parent
cf9175c077
commit
948583828f
1 changed files with 1 additions and 3 deletions
|
@ -353,9 +353,7 @@ async def handle_think(event: GroupMessageEvent, args: Message = CommandArg()):
|
|||
state.output_reasoning_content = not state.output_reasoning_content
|
||||
|
||||
await think_handler.finish(
|
||||
f"已{
|
||||
(state.output_reasoning_content and '开启') or '关闭'
|
||||
}思维输出"
|
||||
f"已{(state.output_reasoning_content and '开启') or '关闭'}思维输出"
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue