You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/backend/sql_agents/agents/semantic_verifier/prompt.txt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,6 @@
7
7
- Do not hallucinate or assume any functionality that is not explicitly mentioned in the scripts.
8
8
- Avoid using any first person language in any of the output.
9
9
- You are allowed to make common sense assumptions about the backend data and the return types. of the sql queries.
10
-
- If the scripts are not semantically equivalent, judgement would be 'Semantically Not Equivalent' and the differences would be listed in the 'differences' field.
11
-
- If the scripts are semantically equivalent, judgement would be 'Semantically Equivalent' and the 'differences' field would be an empty list.
10
+
- If the scripts are not semantically equivalent, judgement would be 'Semantically Not Equivalent' and the differences would be listed in the differences field.
11
+
- If the scripts are semantically equivalent, judgement would be 'Semantically Equivalent' and the differences field would be an empty list.
12
+
- Include a one sentence summary of your response at the end of each evaluation, in the summary field.
0 commit comments