()
| 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: Run |
| 11 | </h1> |
| 12 | |
| 13 | <p className="text-muted-foreground text-base font-light mb-20 text-center"> |
| 14 | Run a pipe to generate a text completion |
| 15 | </p> |
| 16 | |
| 17 | <PipeRunExample /> |
| 18 | </div> |
| 19 | ); |
| 20 | } |
nothing calls this directly
no outgoing calls
no test coverage detected