An action in Select AI is a keyword that instructs Select AI to perform different behavior when acting on the prompt.
1. Supported Actions¶
Following list of actions can be performed using select_ai
Actions |
Enum |
Description |
|---|---|---|
chat |
|
Enables general conversations with the LLM, potentially for clarifying prompts, exploring data, or generating content. |
explainsql |
|
Explain the generated SQL query |
narrate |
|
Explains the output of the query in natural language, making the results accessible to users without deep technical expertise. |
runsql |
|
Executes a SQL query generated from a natural language prompt. This is the default action. |
showprompt |
|
Show the details of the prompt sent to LLM |
showsql |
|
Displays the generated SQL statement without executing it. |
summarize |
|
Generate summary of your large texts |
feedback |
|
Provide feedback to improve accuracy of the generated SQL |
translate |
|
Translate text from one language to another |