Shamik commited on
Commit
bc057a1
·
verified ·
1 Parent(s): 4003c75

feat: modified the description of the manager agent.

Browse files
Files changed (1) hide show
  1. src/insurance_assistants/agents.py +1 -1
src/insurance_assistants/agents.py CHANGED
@@ -131,7 +131,7 @@ manager_agent = CodeAgent(
131
  add_base_tools=True,
132
  name="Versatile_Multi_Agent",
133
  description="Answer health insurance related questions from pre-defined set of "
134
- "health insurance documents, search wikipedia and the web for general information.",
135
  )
136
  manager_agent.system_prompt = manager_agent.system_prompt + PROMPT_PREFIX
137
  print(manager_agent.system_prompt)
 
131
  add_base_tools=True,
132
  name="Versatile_Multi_Agent",
133
  description="Answer health insurance related questions from pre-defined set of "
134
+ "health insurance documents using the `insurance_agent`, search wikipedia and the web for general information.",
135
  )
136
  manager_agent.system_prompt = manager_agent.system_prompt + PROMPT_PREFIX
137
  print(manager_agent.system_prompt)