()
| 11 | }; |
| 12 | |
| 13 | export default function Page() { |
| 14 | return ( |
| 15 | <div className="w-full max-w-md"> |
| 16 | <GoHome /> |
| 17 | |
| 18 | <h1 className="text-2xl font-light text-gray-800 mb-1 text-center"> |
| 19 | ⌘ Langbase AI Agent Pipe: Run |
| 20 | </h1> |
| 21 | |
| 22 | <p className="text-muted-foreground text-base font-light mb-20 text-center"> |
| 23 | Run a pipe to generate a text completion |
| 24 | </p> |
| 25 | |
| 26 | <PipeRunExample /> |
| 27 | </div> |
| 28 | ); |
| 29 | } |
nothing calls this directly
no outgoing calls
no test coverage detected