UNPKG

@langchain/community

Version:
1 lines 1.29 kB
{"version":3,"file":"descriptions.cjs","names":[],"sources":["../../../src/tools/google_calendar/descriptions.ts"],"sourcesContent":["export const CREATE_TOOL_DESCRIPTION = `A tool for creating Google Calendar events and meetings.\n\nINPUT example:\n\"action\": \"google_calendar_create\",\n\"action_input\": \"create a new meeting with John Doe tomorrow at 4pm\"\n\nOUTPUT:\nOutput is a confirmation of a created event.\n`;\n\nexport const VIEW_TOOL_DESCRIPTION = `A tool for retrieving Google Calendar events and meetings.\nINPUT examples:\n\"action\": \"google_calendar_view\",\n\"action_input\": \"display meetings for today\"\n\n\"action\": \"google_calendar_view\",\n\"action_input\": \"show events for tomorrow\"\n\n\"action\": \"google_calendar_view\",\n\"action_input\": \"display meetings for tomorrow between 4pm and 8pm\"\n\nOUTPUT:\n- title, start time, end time, attendees, description (if available)\n`;\n\nexport const DELETE_TOOL_DESCRIPTION = `A tool for deleting Google Calendar events and meetings.\nINPUT example:\n\"action\": \"google_calendar_delete\",\n\"action_input\": \"delete the meeting with John at 3pm\"\n\nOUTPUT:\nOutput is a confirmation of a deleted event.\n`;\n"],"mappings":";AAAA,MAAa,0BAA0B;;;;;;;;;AAUvC,MAAa,wBAAwB;;;;;;;;;;;;;;AAerC,MAAa,0BAA0B"}