Spaces:
Running
Running
feat: enclosing the tool name in insurance agent in backticks.
Browse files
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(
|