MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / Page

Function Page

examples/nextjs/app/demo/pipe-run/page.tsx:4–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import GoHome from '@/components/ui/go-home';
3
4export 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected