Prism AI Features
Context Mentions
Use @ to provide specific context to Prism AI.
Types
| Mention | What It Provides |
|---|---|
@project.dataset.table | Table schema, columns, partitioning |
@dataset | Dataset information |
@Tab 1 | SQL and results from tab |
@results | Query results from active tab |
Examples
Optimize @Tab 1 for cost
Find tables with email data in @analytics
Analyze @results for data quality issues
Compare schemas of @dataset1.table1 and @dataset2.table2
How Context Works
Context mentions are the primary way to share specific data with Prism AI. Without mentions, the AI can still:
- List tables in your projects (via
list_tablestool) - Fetch table schemas (via
get_table_schematool) - Read and update your query tabs (via tab tools)
Mentions give you explicit control over what context is included in your conversation.