()
| 2 | import GoHome from '@/components/ui/go-home'; |
| 3 | |
| 4 | export default function Page() { |
| 5 | return ( |
| 6 | <div className="w-full max-w-md"> |
| 7 | <GoHome /> |
| 8 | |
| 9 | <h1 className="text-2xl font-light text-gray-800 mb-1 text-center"> |
| 10 | ⌘ Langbase AI Agent Pipe: Stream |
| 11 | </h1> |
| 12 | <p className="text-muted-foreground text-base font-light mb-20 text-center"> |
| 13 | Stream a pipe to stream a text completion |
| 14 | </p> |
| 15 | <PipeStreamExample /> |
| 16 | </div> |
| 17 | ); |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected