Skip to content

Commit 4b34379

Browse files
committed
fix
1 parent cad8824 commit 4b34379

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/pages/llms.txt.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ export const GET: APIRoute = () => {
1212
1. Fetch the skills index and remember each skill's name, description, and url:
1313
${absUrl('/.well-known/skills/index.json')}
1414
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.
15+
2. When a task matches a skill's description, fetch the skill content from its url.
16+
Skills are updated frequently — do not rely on a previously cached version.
1817
1918
Example: for the skill named "internet-identity", its url is:
2019
${absUrl('/.well-known/skills/internet-identity/SKILL.md')}

0 commit comments

Comments
 (0)