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

Function meta

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

Source from the content-addressed store, hash-verified

3import GoHome from '~/components/ui/go-home';
4
5export const meta: MetaFunction = () => {
6 return [
7 { title: 'AI Agent Pipe Stream ⌘' },
8 { name: "description", content: "AI Agent pipe to stream a text completion" },
9 ];
10};
11
12
13export default function Page() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected