Better Updated Promting

This commit is contained in:
tusharmagar 2025-11-17 23:27:00 +05:30
parent a76cb6089c
commit 83fc9e36f5
7 changed files with 404 additions and 70 deletions

View file

@ -15,6 +15,6 @@ export const CopilotAgent: z.infer<typeof Agent> = {
name: "rowboatx",
description: "Rowboatx copilot",
instructions: CopilotInstructions,
model: "gpt-4.1",
model: "gpt-5.1",
tools,
}