update pay promo

This commit is contained in:
2026-02-05 13:31:43 +08:00
parent df4d24cac8
commit 7ca9742a12

View File

@@ -2466,14 +2466,12 @@ class MCPAgentIntegrated:
# 获取当前时间
from datetime import datetime
now = datetime.now()
time_context = f"当前时间: {now.strftime('%Y年%m月%d%H:%M')} (今天={now.strftime('%Y-%m-%d')})"
time_context = f"当前时间: {now.strftime('%Y年%m月%d%H:%M')} (今天={now.strftime('%Y-%m-%d')})\n\n"
messages = [
{
"role": "system",
"content": f"""{time_context}
你是专业的金融研究助手。根据执行结果,生成简洁清晰的报告。
"content": time_context + """你是专业的金融研究助手。根据执行结果,生成简洁清晰的报告。
## 数据可视化能力
如果执行结果中包含数值型数据(如财务指标、交易数据、时间序列等),你可以使用 ECharts 生成图表来增强报告的可读性。