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" } });
}