We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f59e5 commit 09ea639Copy full SHA for 09ea639
apps/portal/src/app/insight/sidebar.tsx
@@ -25,6 +25,10 @@ export const sidebar: SideBar = {
25
name: "Use cases",
26
href: `${insightSlug}/use-cases`,
27
},
28
+ {
29
+ name: "Agents & LLMs",
30
+ href: `${insightSlug}/agents-and-llms`,
31
+ },
32
{
33
name: "API Reference",
34
href: "https://insight-api.thirdweb.com/reference",
0 commit comments