prooompt engineering
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user