Skip to content

Commit e1aadee

Browse files
committed
fix
1 parent 54937d1 commit e1aadee

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

data/data.ts

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,35 @@ export const additionalAgents:Agent[] = [
5858
featured: true,
5959
recommended: true,
6060
category: "Serverless"
61+
},
62+
{
63+
longDescription: "This agent assists with Google Cloud Functions by providing code snippets, best practices, and debugging tips.",
64+
createdByUser: "bob_jones",
65+
avatarSrc: "/images/avatars/googlecloud.png",
66+
action: [
67+
{
68+
detailDescription: "Generates a new Google Cloud Function with the specified name.",
69+
name: "Generate Function",
70+
description: "Creates a new Google Cloud Function.",
71+
actionPrompt: "Please provide the name of the function."
72+
},
73+
{
74+
detailDescription: "Provides best practices for Google Cloud Functions development.",
75+
name: "Best Practices",
76+
description: "Lists best practices for Google Cloud Functions development.",
77+
actionPrompt: "Would you like to see best practices for Google Cloud Functions development?"
78+
}
79+
],
80+
description: "Google Cloud Functions development assistant",
81+
id: "googlecloud-agent-001",
82+
title: "Google Cloud Functions Agent",
83+
avatarFallback: "G",
84+
slug: "googlecloud-agent",
85+
tags: ["Google Cloud", "JavaScript", "Serverless", "Web Development"],
86+
zipFilePath: "/downloads/googlecloud-agent.zip",
87+
featured: true,
88+
recommended: true,
89+
category: "Serverless"
6190
},
6291
{
6392
"longDescription": "Angular Agent specializes in automating data entry tasks within Angular applications. Utilizing Angular's robust framework, it enhances efficiency and accuracy in data entry processes.",
35.1 KB
Loading

0 commit comments

Comments
 (0)