🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-05-29 01:27:37 +00:00
parent 22b579be02
commit 117f426db2
6 changed files with 16 additions and 10 deletions

View File

@@ -212,7 +212,7 @@ class ExpressionLearner:
# random_msg_str: str = await build_readable_messages(random_msg, timestamp_mode="normal")
random_msg_str: str = await build_anonymous_messages(random_msg)
# print(f"random_msg_str:{random_msg_str}")
prompt: str = await global_prompt_manager.format_prompt(
prompt,
chat_str=random_msg_str,