chore: release export-to-word v0.3.0

This commit is contained in:
fujie
2026-01-04 03:17:35 +08:00
parent 88038b35cc
commit 7cbd0e2920
6 changed files with 28 additions and 4 deletions

View File

@@ -326,7 +326,7 @@ class Action:
if role == "user"
else "助手" if role == "assistant" else role
)
aggregated_parts.append(f"[{role_label} 消息 {i}]\n{text_content}")
aggregated_parts.append(f"{text_content}")
if not aggregated_parts:
return body # 或者处理错误