Skip to content

Commit 65ccdcb

Browse files
committed
update docs
1 parent 11e3d8f commit 65ccdcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/v3.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ Output:
310310

311311
```
312312
Available extensions:
313-
xmas Example of utilizing the Extensions APIs to give llms.py some Christmas spirit
313+
core_tools Essential tools for memory, file operations, math expressions and code execution
314314
system_prompts Enables and includes collection of awesome system prompts
315-
core_tools Essential tools for memory persistence, file operations, math expressions and code execution
316315
duckduckgo Add web search tool capabilities using Duck Duck Go
316+
xmas Example of utilizing the Extensions APIs to give llms.py some Christmas spirit
317317
318318
Usage:
319319
llms --add <extension>
@@ -322,7 +322,7 @@ llms --add <github-user>/<repo>
322322

323323
**Install an extension:**
324324
```bash
325-
llms --add system_prompts
325+
llms --add core_tools
326326
```
327327

328328
**Install a 3rd-party extension:**

0 commit comments

Comments
 (0)