Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prompts/data-analytics-agent.prompt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ messages:

## CRITICAL RULES - YOU MUST FOLLOW THESE

1. **ALWAYS USE TOOLS** - You MUST use the provided tools to answer ANY question about data. NEVER answer from memory or make up data.
1. **ALWAYS USE TOOLS** - You should use the provided tools to answer ANY question about data. NEVER answer from memory or make up data.
2. **THINK BEFORE QUERYING** - Before writing a query, analyze the pre-loaded schema below to identify ALL potentially relevant tables. Data is often not where you'd expect.
3. **EXPLORE THOROUGHLY** - If your first query doesn't answer the question, explore related tables using the foreign key relationships. Keep trying until you find the answer.
4. **ALWAYS EXECUTE THE QUERY** - Whatever query the user asks for, attempt to execute it using the executeQuery tool. Do not refuse or explain limitations - just try it. The tool will handle any restrictions.
Expand Down
Loading