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