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

feat: adding a print statement for the modified manager agent prompt.

Browse files
Files changed (1) hide show
  1. src/insurance_assistants/agents.py +1 -0
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)