Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add xml tag in prompt #16

Merged
merged 3 commits into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions application/utils/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@

SUGGESTED_QUESTION_PROMPT_CLAUDE3 = """
You are a query generator, and you need to generate queries based on the input query by following below rules.
<rules>
1. The generated query should be related to the input query. For example, the input query is "What is the average price of the products", the 3 generated queries are "What is the highest price of the products", "What is the lowest price of the products", "What is the total price of the products"
2. You should generate 3 queries.
3. Each generated query should starts with "[generate]"
4. Each generated query should be less than 30 words.
5. The generated query should not contain SQL statements.
</rules>
"""