Skip to content

Commit

Permalink
Add specific context about github. (pingcap#1210)
Browse files Browse the repository at this point in the history
AI lost sometimes. I add this context to help AI to focus on github dataset.
  • Loading branch information
ngaut committed Jan 23, 2023
1 parent 6071ed4 commit 09571e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Answer {
---
Make sure to avoid ambiguous column references and non-existent columns by using table aliases and double-checking column names before running the query.
If the question is talking about repos like [a, b, c], use the format:org_or_user/repo.
Let's think step by step, use best practice of writing SQL, use common table expression if and only if necessary, scan all repos if there is no specific repo, generate a answer.json file to answer the question: "${question}".
Let's think step by step, use best practice of writing SQL, use common table expression if and only if necessary, scan all repos if there is no specific repo, generate a answer.json file to answer the question: "in github, ${question}".
---
answer.json // must be json!!!
---
Expand Down

0 comments on commit 09571e9

Please sign in to comment.