We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bffd15 commit 6ad7caaCopy full SHA for 6ad7caa
src/components/ExplainQueryButton/index.tsx
@@ -66,7 +66,7 @@ export const ExplainQueryButton = ({
66
const currentModel = currentModelValue!
67
const apiKey = apiKeyValue!
68
void (async () => {
69
- const fullApiMessage = `Explain this SQL query with 2-4 sentences:\n\n\`\`\`sql\n${queryText}\n\`\`\``
+ const fullApiMessage = `Using your tools when necessary, explain this SQL query in detail.:\n\n\`\`\`sql\n${queryText}\n\`\`\``
70
71
addMessage({
72
role: "user",
0 commit comments