Skip to content

Commit 9e2139c

Browse files
feat: add visual separator between thinking content and response
1 parent 718449d commit 9e2139c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • astrbot/core/pipeline/result_decorate

astrbot/core/pipeline/result_decorate/stage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ async def process(
289289
),
290290
)
291291
else:
292-
result.chain.insert(0, Plain(f"🤔 思考: {reasoning_content}\n"))
292+
result.chain.insert(0, Plain(f"🤔 思考: {reasoning_content}\n\n────\n"))
293293

294294
if should_tts and tts_provider:
295295
new_chain = []

0 commit comments

Comments
 (0)