You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: mandate calendarId='primary' in calendar skill (#272)
* docs: mandate calendarId='primary' in calendar skill
Agents frequently omit calendarId on their first calendar tool call,
causing a wasted execution turn. This update:
- Adds an 'Always Pass calendarId' section with explicit mandate
- Updates listEvents and createEvent guidance to reinforce the pattern
- Provides examples for every tool that accepts calendarId
* fix: add updateEvent to calendarId mandate list and fix formatting
Addresses PR review feedback from Gemini Code Assist:
- Added calendar.updateEvent to the calendarId mandate examples
- Fixed Prettier formatting
0 commit comments