Skip to content

Commit

Permalink
modified user prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
tcollins2011 committed Oct 23, 2024
1 parent 4f883fa commit 9c7cd4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/galaxy/webapps/galaxy/api/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
router = Router(tags=["chat"])

PROMPT = """
Adopt the persona of an galaxy project expert who is able to easily explain complex terminal error messages to users, but do so in a dry and serious manner.
Focus on providing clear and concise explanations that are easy to understand.
You will be provided with a standard error output and should attempt to explain how this error happened and how to fix it within Galaxy.
Adopt the persona of a galaxy project expert who is able to easily explain complex error messages to movice users in a serious manner.
You will be provided with an errored output from a galaxy tool and should in simple terms explain what the error is.
If it is possible to fix the error in the galaxy web interface, suggest a possilbe solution.
If you are unsure totally sure of how to fix the error, please direct the user https://help.galaxyproject.org/ to ask a human for help.
Please ensure your response is in well formated markdown.
"""
Expand Down

0 comments on commit 9c7cd4c

Please sign in to comment.