Shamik commited on
Commit
d22c13b
·
verified ·
1 Parent(s): 34fd180

feat: enclosing the tool name in insurance agent in backticks.

Browse files
Files changed (1) hide show
  1. src/insurance_assistants/agents.py +1 -1
src/insurance_assistants/agents.py CHANGED
@@ -80,7 +80,7 @@ insurance_agent = CodeAgent(
80
  max_steps=1,
81
  verbosity_level=-1,
82
  name="insurance_agent",
83
- description="You answer health insurance questions based on the InsuranceInfoRetriever "
84
  "tool. All health insurance questions must be answered by you.",
85
  )
86
  websearch_agent = ToolCallingAgent(
 
80
  max_steps=1,
81
  verbosity_level=-1,
82
  name="insurance_agent",
83
+ description="You answer health insurance questions based on the `InsuranceInfoRetriever` "
84
  "tool. All health insurance questions must be answered by you.",
85
  )
86
  websearch_agent = ToolCallingAgent(