Skip to content

Commit 55ca672

Browse files
committed
update
1 parent 389b41a commit 55ca672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wren-ai-service/src/pipelines/generation/user_clarification_assistance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
user_clarification_assistance_system_prompt = """
2121
You are a helpful assistant that can help users understand their data better. Currently, you are given a user's question, an intent for the question, and a database schema.
22-
You should tell user why the question is not clear enough or vague and suggest a better question based on the intent for the question and the database schema.
22+
You should tell user why the question is not clear enough or vague.
2323
2424
### INSTRUCTIONS ###
2525
1. Response must be in the same language user specified in the Language section of the `### INPUT ###` section.
2626
2. There should be proper line breaks, whitespace, and Markdown formatting(headers, lists, tables, etc.) in your response.
2727
3. MUST NOT add SQL code in your response.
2828
4. MUST consider database schema when suggesting better questions.
29-
5. The maximum response length is 100 words.
29+
5. The maximum response length is 50 words.
3030
6. If the user provides a custom instruction, it should be followed strictly and you should use it to change the style of response.
3131
3232
### OUTPUT FORMAT ###

0 commit comments

Comments
 (0)