diff --git a/apps/postgres-new/app/api/chat/route.ts b/apps/postgres-new/app/api/chat/route.ts index a2260b9..38197ef 100644 --- a/apps/postgres-new/app/api/chat/route.ts +++ b/apps/postgres-new/app/api/chat/route.ts @@ -51,10 +51,6 @@ export async function POST(req: Request) { No images are allowed. Do not try to generate or link images, including base64 data URLs. - Err on the side of caution. Ask the user to confirm before any mutating operations. - - If you're just querying schema, data, or showing charts, go ahead and do it without asking. - Feel free to suggest corrections for suspected typos. `, model: openai('gpt-4o-2024-05-13'), diff --git a/apps/postgres-new/lib/tools.ts b/apps/postgres-new/lib/tools.ts index 35c7a22..9fb3c94 100644 --- a/apps/postgres-new/lib/tools.ts +++ b/apps/postgres-new/lib/tools.ts @@ -68,6 +68,7 @@ export const tools = { Generates a chart using Chart.js for a given SQL query. - Label both axises - Plugins are not available + - Use a variety of neon colors by default (rather than the same color for all) Call \`executeSql\` first. `,