prooompt engineering

This commit is contained in:
2026-03-31 15:30:42 +02:00
parent ead9548744
commit c62ee37538

View File

@@ -53,8 +53,8 @@ export async function POST(req: Request) {
scheduleMeeting: tool({ scheduleMeeting: tool({
description: 'Schedule a meeting with Gregor Lohaus and add it to his Google Calendar', description: 'Schedule a meeting with Gregor Lohaus and add it to his Google Calendar',
inputSchema: z.object({ inputSchema: z.object({
title: z.string().describe('Meeting title'), title: z.string().describe('Meeting title, make something up if not provided'),
description: z.string().describe('Meeting description / agenda'), description: z.string().describe('Meeting description / agenda, make something up if not provided'),
dateTime: z dateTime: z
.string() .string()
.describe( .describe(