Skip to content

Commit 755c6c7

Browse files
committed
fix: typo in tool name
1 parent d72ad30 commit 755c6c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export const actions: Record<string, Tool> = {
174174
caller: CallerType.ContentScript,
175175
implementation: appendTextToDocument,
176176
},
177-
createCalendarEvent: {
177+
createGoogleCalendarEvent: {
178178
name: "createGoogleCalendarEvent",
179179
displayName: "Create Google Calendar Event",
180180
description: "Create a new event in the user's primary Google Calendar.",

src/retriever.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const retrievers: Record<string, Tool> = {
112112
caller: CallerType.ContentScript,
113113
implementation: getPageContent,
114114
},
115-
getCalendarEvents: {
115+
getGoogleCalendarEvents: {
116116
name: "getGoogleCalendarEvents",
117117
displayName: "Get Google Calendar Events",
118118
description:

0 commit comments

Comments
 (0)