Dharma20 commited on
Commit
662df5e
·
verified ·
1 Parent(s): 28e7059

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +1 -1
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 mckinsey, deloitte, nexocode',
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
  ])