Skip to content

Commit

Permalink
update chat.py to set correct assistant id for explorer (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrabach authored Oct 21, 2024
1 parent 122e996 commit 3b2224f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assistants/explorer-assistant/assistant/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b2224f

Please sign in to comment.