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

Function Page

examples/remix/app/routes/demo.pipe-run-stream.tsx:13–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13export 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: Stream
20 </h1>
21 <p className="text-muted-foreground text-base font-light mb-20 text-center">
22 Stream a pipe to stream a text completion
23 </p>
24 <PipeStreamExample />
25 </div>
26 );
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected