Skip to content

Commit 80cc8e1

Browse files
committed
Address Evan's comment
1 parent dc51fd6 commit 80cc8e1

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

38.4 KB
Loading

src/components/custom/Toolkits/toolkits-config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ const availableTools: Tool[] = [
107107
category: "productivity",
108108
type: "arcade",
109109
},
110+
{
111+
name: "Google Slides",
112+
image: "google_slides.png",
113+
summary: "Create, read, and update Google Slides with your agents.",
114+
link: "/toolkits/productivity/google_slides",
115+
category: "productivity",
116+
type: "arcade",
117+
},
110118
{
111119
name: "GitHub",
112120
image: "github.png",

0 commit comments

Comments
 (0)