Skip to content

Commit

Permalink
fix: typo in tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
Neet-Nestor committed Oct 24, 2024
1 parent d72ad30 commit 755c6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const actions: Record<string, Tool> = {
caller: CallerType.ContentScript,
implementation: appendTextToDocument,
},
createCalendarEvent: {
createGoogleCalendarEvent: {
name: "createGoogleCalendarEvent",
displayName: "Create Google Calendar Event",
description: "Create a new event in the user's primary Google Calendar.",
Expand Down
2 changes: 1 addition & 1 deletion src/retriever.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const retrievers: Record<string, Tool> = {
caller: CallerType.ContentScript,
implementation: getPageContent,
},
getCalendarEvents: {
getGoogleCalendarEvents: {
name: "getGoogleCalendarEvents",
displayName: "Get Google Calendar Events",
description:
Expand Down

0 comments on commit 755c6c7

Please sign in to comment.