Skip to content

Commit 0569b14

Browse files
committed
Fix for the semantic response issue
1 parent 67abc01 commit 0569b14

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • src/backend/sql_agents/agents/semantic_verifier

src/backend/sql_agents/agents/semantic_verifier/prompt.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
- Do not hallucinate or assume any functionality that is not explicitly mentioned in the scripts.
88
- Avoid using any first person language in any of the output.
99
- 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

Comments
 (0)