From 3b2224fb5d0f1619775564fc33524dac9a1dd28f Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Mon, 21 Oct 2024 01:21:56 -0700 Subject: [PATCH] update chat.py to set correct assistant id for explorer (#151) --- assistants/explorer-assistant/assistant/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assistants/explorer-assistant/assistant/chat.py b/assistants/explorer-assistant/assistant/chat.py index f6d89a44..909a6c9f 100644 --- a/assistants/explorer-assistant/assistant/chat.py +++ b/assistants/explorer-assistant/assistant/chat.py @@ -38,7 +38,7 @@ # # the service id to be registered in the workbench to identify the assistant -service_id = "explorer-assistant.made-exploration" +service_id = "explorer-assistant.made-exploration-team" # the name of the assistant service, as it will appear in the workbench UI service_name = "Explorer Assistant" # a description of the assistant service, as it will appear in the workbench UI