diff --git a/src/app/api/chat/route.ts b/src/app/api/chat/route.ts index b4386a7..6c9d5e9 100644 --- a/src/app/api/chat/route.ts +++ b/src/app/api/chat/route.ts @@ -53,8 +53,8 @@ export async function POST(req: Request) { scheduleMeeting: tool({ description: 'Schedule a meeting with Gregor Lohaus and add it to his Google Calendar', inputSchema: z.object({ - title: z.string().describe('Meeting title'), - description: z.string().describe('Meeting description / agenda'), + title: z.string().describe('Meeting title, make something up if not provided'), + description: z.string().describe('Meeting description / agenda, make something up if not provided'), dateTime: z .string() .describe(