mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2025-09-06 11:30:46 +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
|
state.output_reasoning_content = not state.output_reasoning_content
|
||||||
|
|
||||||
await think_handler.finish(
|
await think_handler.finish(
|
||||||
f"已{
|
f"已{(state.output_reasoning_content and '开启') or '关闭'}思维输出"
|
||||||
(state.output_reasoning_content and '开启') or '关闭'
|
|
||||||
}思维输出"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue