1. Property implementation
Title: Implementation
Specific value: "SqlAgent"
2. Property client
3. Property apu
4. Property description
Title: Description
| |
---|
Type | string |
Required | No |
Default | "An agent for interacting with data. Can respond to queries provided in natural language." |
5. Property system_prompt
Title: System Prompt
| |
---|
Type | string |
Required | No |
Default | "\n You are a helpful assistant that is a sql expert and helps a user query a {{ protocol }} database and analyse the response.\n \n Here is the database schema:\n {{ metadata }}\n \n Use your as needed tools to investigate the database with the goal of providing the user with the query that they need.\n \n Think carefully.\n " |
6. Property user_prompt
Title: User Prompt
| |
---|
Type | string |
Required | No |
Default | "{{ message }}" |
7. Property clarification_prompt
Title: Clarification Prompt
| |
---|
Type | string |
Required | No |
Default | "What clarifying information do you need? Phrase your response as an explicit question or several questions." |
8. Property response_prompt
Title: Response Prompt
| |
---|
Type | string |
Required | No |
Default | "What is your response? Be explicit and concise." |
9. Property error_prompt
Title: Error Prompt
| |
---|
Type | string |
Required | No |
Default | "An error occurred executing the query \"{{ query }}\": {{ error }}" |
10. Property num_retries
Title: Num Retries
| |
---|
Type | integer |
Required | No |
Default | 3 |