Update agents.py
Browse files
agents.py
CHANGED
@@ -70,7 +70,7 @@ def company_and_industry_query(state: AgentState):
|
|
70 |
|
71 |
if industry_name:
|
72 |
queries.extend([
|
73 |
-
f'{industry_name} report latest AND (Mckinsey OR deloitte OR nexocode OR research report),
|
74 |
f'{industry_name} GenAI applications',
|
75 |
f'{industry_name} trends, challenges and oppurtunities'
|
76 |
])
|
|
|
70 |
|
71 |
if industry_name:
|
72 |
queries.extend([
|
73 |
+
f'{industry_name} report latest AND (Mckinsey OR deloitte OR nexocode OR research report)',
|
74 |
f'{industry_name} GenAI applications',
|
75 |
f'{industry_name} trends, challenges and oppurtunities'
|
76 |
])
|