Skip to content

pantoken / ai/pantoken-ai/src / AGENTS_MD

वैरिएबल: AGENTS_MD

const AGENTS_MD: string = ASSETS.agents

अल्फा

यह AGENTS.md सामग्री (उपभोक्ता उपयोग मार्गदर्शिका).

उदाहरण

ऐप रूट से गाइड सर्व करें

ts
import { AGENTS_MD } from "@pantoken/ai";

export function GET() {
  return new Response(AGENTS_MD, { headers: { "Content-Type": "text/markdown" } });
}