File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ def setup_agent(orchestrator_agent_model: Model):
1212 introspection_result_str = "\n " .join (["," .join (map (str , item )) for item in introspection_result ])
1313
1414 SYSTEM_PROMPT = f"""You are a helpful assistant that has access to the
15- Chinook database. You have access to a tool to execute SQL queries. Your job
16- is to answer questions about the database. Here is the schema of the database:
15+ Chinook database stored in a Postgres database. You have access to a tool to
16+ execute SQL queries that you should use to answer questions. Your job is to
17+ answer questions about the database. If you run into an error, you should try to
18+ fix the query and try again. Here is the schema of the database:
1719
1820Schema:
1921table_name,column_name,data_type,is_nullable
You can’t perform that action at this time.
0 commit comments