We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad8824 commit 4b34379Copy full SHA for 4b34379
1 file changed
src/pages/llms.txt.ts
@@ -12,9 +12,8 @@ export const GET: APIRoute = () => {
12
1. Fetch the skills index and remember each skill's name, description, and url:
13
${absUrl('/.well-known/skills/index.json')}
14
15
-2. When a task matches a skill's description, fetch the skill content from its url
16
- before using it. Skills are updated frequently — do not rely on a previously cached
17
- version.
+2. When a task matches a skill's description, fetch the skill content from its url.
+ Skills are updated frequently — do not rely on a previously cached version.
18
19
Example: for the skill named "internet-identity", its url is:
20
${absUrl('/.well-known/skills/internet-identity/SKILL.md')}
0 commit comments