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

@@ -315,7 +315,7 @@ class Action:
if role == "user"
else "Assistant" if role == "assistant" else role
)
aggregated_parts.append(f"[{role_label} Message {i}]\n{text_content}")
aggregated_parts.append(f"{text_content}")
if not aggregated_parts:
return body # Or handle error