add new example task gong.io (#1210)

This commit is contained in:
Shuchang Zheng
2024-11-18 05:39:37 -08:00
committed by GitHub
parent 3119ab75a4
commit 5e253c82aa
3 changed files with 22 additions and 0 deletions

View File

@@ -84,6 +84,10 @@ const exampleCases = [
key: "topRankedFootballTeam",
label: "Get the top ranked football team",
},
{
key: "extractIntegrationsFromGong",
label: "Extract Integrations from Gong",
},
];
function PromptBox() {