Spaces:
Running
Running
feat: modified the description of the manager agent.
Browse files
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
|
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)
|