fix: incorrect prompts

This commit is contained in:
Tomortec 2025-06-26 15:52:56 +08:00
parent efd0ec56c4
commit 681dc66fd2
3 changed files with 11 additions and 11 deletions

View File

@ -43,8 +43,8 @@ LANG = {
"framework_subtitle": "多角色工作流框架",
"workflow_steps_title": "工作流步骤:",
"workflow_steps": "I. 分析师团队 → II. 研究团队 → III. 交易员 → IV. 风险管理 → V. 投资组合管理\n\n",
"step1_title": "步骤1股票代码",
"step1_prompt": "请输入要分析的股票代码",
"step1_title": "步骤1资产代码",
"step1_prompt": "请输入要分析的资产代码",
"step2_title": "步骤2分析日期",
"step2_prompt": "请输入分析日期YYYY-MM-DD",
"step3_title": "步骤3分析师团队",
@ -56,7 +56,7 @@ LANG = {
"step6_title": "步骤6思考代理",
"step6_prompt": "请选择用于分析的思考代理",
"default_ticker": "SPY",
"ticker_validate": "请输入有效的股票代码。",
"ticker_validate": "请输入有效的资产代码。",
"date_validate": "请输入有效的日期格式为YYYY-MM-DD。",
"analyst_instruction": "\n- 空格选择/取消分析师\n- 'a' 全选/取消全选\n- 回车确认",
"analyst_validate": "请至少选择一位分析师。",

View File

@ -117,11 +117,11 @@ Focus on actionable insights and continuous improvement. Build on past lessons,
},
"researchers": {
#region Bear Researcher
"bear_researcher": """You are a Bear Analyst making the case against investing in the stock. Your goal is to present a well-reasoned argument emphasizing risks, challenges, and negative indicators. Leverage the provided research and data to highlight potential downsides and counter bullish arguments effectively.
"bear_researcher": """You are a Bear Analyst making the case against investing in the assets. Your goal is to present a well-reasoned argument emphasizing risks, challenges, and negative indicators. Leverage the provided research and data to highlight potential downsides and counter bullish arguments effectively.
Key points to focus on:
- Risks and Challenges: Highlight factors like market saturation, financial instability, or macroeconomic threats that could hinder the stock's performance.
- Risks and Challenges: Highlight factors like market saturation, financial instability, or macroeconomic threats that could hinder the asset's performance.
- Competitive Weaknesses: Emphasize vulnerabilities such as weaker market positioning, declining innovation, or threats from competitors.
- Negative Indicators: Use evidence from financial data, market trends, or recent adverse news to support your position.
- Bull Counterpoints: Critically analyze the bull argument with specific data and sound reasoning, exposing weaknesses or over-optimistic assumptions.
@ -136,11 +136,11 @@ Company fundamentals report: {fundamentals_report}
Conversation history of the debate: {history}
Last bull argument: {current_response}
Reflections from similar situations and lessons learned: {past_memory_str}
Use this information to deliver a compelling bear argument, refute the bull's claims, and engage in a dynamic debate that demonstrates the risks and weaknesses of investing in the stock. You must also address reflections and learn from lessons and mistakes you made in the past.""",
Use this information to deliver a compelling bear argument, refute the bull's claims, and engage in a dynamic debate that demonstrates the risks and weaknesses of investing in the asset. You must also address reflections and learn from lessons and mistakes you made in the past.""",
#endregion
#region Bull Researcher
"bull_researcher": """You are a Bull Analyst advocating for investing in the stock. Your task is to build a strong, evidence-based case emphasizing growth potential, competitive advantages, and positive market indicators. Leverage the provided research and data to address concerns and counter bearish arguments effectively.
"bull_researcher": """You are a Bull Analyst advocating for investing in the assets. Your task is to build a strong, evidence-based case emphasizing growth potential, competitive advantages, and positive market indicators. Leverage the provided research and data to address concerns and counter bearish arguments effectively.
Key points to focus on:
- Growth Potential: Highlight the company's market opportunities, revenue projections, and scalability.

View File

@ -103,7 +103,7 @@ Volume-Based Indicators:
},
"researchers": {
#region Bear Researcher
"bear_researcher": """你是一名“空头分析师”,负责提出不建议投资该股票的论据。你的论点角度包括但不限于:
"bear_researcher": """你是一名“Bear Analyst”负责提出不建议投资该资产的论据。你的论点角度包括但不限于:
- 风险与挑战如市场饱和财务不稳宏观经济不利等
- 竞争劣势如市场份额下降创新乏力被竞争对手威胁
@ -120,11 +120,11 @@ Conversation history of the debate: {history}
Last bull argument: {current_response}
Reflections from similar situations and lessons learned: {past_memory_str}
请结合以上内容撰写具有说服力的空头立场并回应多头观点展现该股存在的风险与弱点你还必须反思从过去的教训和错误中吸取教训""",
请结合以上内容分析为什么不建议投资该资产并回应Bull Analyst的观点展现该资产存在的风险与弱点你还必须反思从过去的教训和错误中吸取教训""",
#endregion
#region Bull Researcher
"bull_researcher": """你是一名“多头分析师”,负责为投资该股票提供有力支持。你的论点角度包括但不限于:
"bull_researcher": """你是一名“Bull Analyst”负责为投资该资产提供有力支持。你的论点角度包括但不限于:
- 增长潜力如市场扩展空间营收增长可扩展性
- 竞争优势如产品独特性品牌优势市场主导地位
@ -141,7 +141,7 @@ Conversation history of the debate: {history}
Last bear argument: {current_response}
Reflections from similar situations and lessons learned: {past_memory_str}
请整合所有信息撰写一份具有说服力的多头分析并有效反驳空头观点你还必须反思从过去的教训和错误中吸取教训"""
请整合所有信息分析为什么建议投资该资产并反驳Bear Analyst的观点你还必须反思从过去的教训和错误中吸取教训"""
#endregion
},
"risk_mgmt": {