Spaces:
Running
Running
Commit
·
0f2bb6a
1
Parent(s):
b38ed38
changed the name of the banking fees client -1
Browse files
examples/voice_agent_webrtc_langgraph/pipeline.py
CHANGED
|
@@ -154,7 +154,10 @@ async def list_assistants(request: Request):
|
|
| 154 |
|
| 155 |
# Custom display name mappings for specific agents
|
| 156 |
DISPLAY_NAME_OVERRIDES = {
|
| 157 |
-
"rbc-fees-agent": "Banking
|
|
|
|
|
|
|
|
|
|
| 158 |
}
|
| 159 |
|
| 160 |
base_url = os.getenv("LANGGRAPH_BASE_URL", "http://127.0.0.1:2024").rstrip("/")
|
|
|
|
| 154 |
|
| 155 |
# Custom display name mappings for specific agents
|
| 156 |
DISPLAY_NAME_OVERRIDES = {
|
| 157 |
+
"rbc-fees-agent": "Banking: Fee Agent",
|
| 158 |
+
"wire-transfer-agent": "Banking: Wire Transfer Agent",
|
| 159 |
+
"telco-agent": "Telco: Mobile Billing Agent",
|
| 160 |
+
"healthcare-agent": "Healthcare: Patient Intake",
|
| 161 |
}
|
| 162 |
|
| 163 |
base_url = os.getenv("LANGGRAPH_BASE_URL", "http://127.0.0.1:2024").rstrip("/")
|