Skip to content

Commit deb84d4

Browse files
authored
Merge pull request #583 from future-agi/feature/th-3418-prod-monitoring-end-to-end
TH-3418: add end-to-end agent testing and production quality monitoring cookbooks
2 parents 9c9c828 + b17c324 commit deb84d4

3 files changed

Lines changed: 1368 additions & 0 deletions

File tree

src/lib/navigation.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,14 @@ export const tabNavigation: NavTab[] = [
783783
},
784784
]
785785
},
786+
{
787+
title: 'Use Cases',
788+
icon: 'flask',
789+
items: [
790+
{ title: 'Test and Fix Your Chat Agent with Simulated Conversations', href: '/docs/cookbook/use-cases/end-to-end-agent-testing' },
791+
{ title: 'Monitor LLM Quality in Production and Catch Regressions', href: '/docs/cookbook/use-cases/production-quality-monitoring' },
792+
]
793+
},
786794
{
787795
title: 'Getting Started',
788796
icon: 'zap',

0 commit comments

Comments
 (0)