Skip to content

Commit

Permalink
update explorer assistant name
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrabach committed Oct 20, 2024
1 parent 1fecf29 commit 69108f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assistants/explorer-assistant/explorer_assistant/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
#

# the service id to be registered in the workbench to identify the assistant
service_id = "prospector-assistant.made-exploration"
service_id = "explorer-assistant.made-exploration"
# the name of the assistant service, as it will appear in the workbench UI
service_name = "Prospector Assistant"
service_name = "Explorer Assistant"
# a description of the assistant service, as it will appear in the workbench UI
service_description = "An assistant that helps you mine ideas from artifacts."
service_description = "An assistant for exploring capabilities."

#
# create the configuration provider, using the extended configuration model
Expand Down
2 changes: 1 addition & 1 deletion assistants/explorer-assistant/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "explorer-assistant"
version = "0.1.0"
description = "Exploration of a python Semantic Workbench OpenAI assistant to explore capabilities."
description = "A python Semantic Workbench OpenAI assistant for exploring capabilities."
authors = [{ name = "Semantic Workbench Team" }]
readme = "README.md"
requires-python = ">=3.11"
Expand Down

0 comments on commit 69108f5

Please sign in to comment.