Spaces:
Running
Running
feat: adding a print statement for the modified manager agent prompt.
Browse files
src/insurance_assistants/agents.py
CHANGED
@@ -134,3 +134,4 @@ manager_agent = CodeAgent(
|
|
134 |
"health insurance documents, search wikipedia and the web for general information.",
|
135 |
)
|
136 |
manager_agent.system_prompt = manager_agent.system_prompt + PROMPT_PREFIX
|
|
|
|
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)
|