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

Function meta

examples/remix/app/routes/demo.chat-simple.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: 'Simple Chat Pipe ⌘' },
8 { name: "description", content: "Chat with the AI agent" },
9 ];
10};
11
12export default function Page() {
13 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected