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

Function Page

examples/nextjs/app/demo/pipe-run-stream/page.tsx:4–18  ·  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: 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected