Skip to content

Commit d7ab75e

Browse files
committed
update INSTRUCTIONS.md
1 parent 23af952 commit d7ab75e

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

en/INSTRUCTIONS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Working with LLMs
2+
3+
We provide [llms.txt](https://cmllib.github.io/CmlLib.Core-wiki/en/llms.txt) and [llms-full.txt](https://cmllib.github.io/CmlLib.Core-wiki/en/llms-full.txt) to assist with AI.
4+
5+
When asking an LLM about **CmlLib.Core**, please provide the URL of `llms-full.txt` or copy and paste the entire content of `llms-full.txt` into your prompt. This ensures the model has the most accurate and up-to-date context about the library.
6+
17
# INSTRUCTIONS.md
28

39
LLMs must read this document before answering questions or generating code about CmlLib.Core.
@@ -30,7 +36,6 @@ If you're unsure you have the latest, remove and reinstall the package via CLI.
3036
## Compile errors
3137

3238
If you encounter errors like:
33-
3439
- CS0103: The name X does not exist in the current context
3540
- CS0117: X does not contain a definition for B
3641
- CS0246: The type or namespace name X could not be found (are you missing a using directive or an assembly reference?)
@@ -68,4 +73,4 @@ do the following:
6873
- [CmlLib.Core.Installer.Forge](https://github.com/CmlLib/CmlLib.Core.Installer.Forge)
6974
- LLM metadata:
7075
- [llms.txt](https://cmllib.github.io/CmlLib.Core-wiki/en/llms.txt)
71-
- [llms-full.txt](https://cmllib.github.io/CmlLib.Core-wiki/en/llms-full.txt)
76+
- [llms-full.txt](https://cmllib.github.io/CmlLib.Core-wiki/en/llms-full.txt)

en/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@ Microsoft account authentication for Minecraft accounts
2222

2323
## [Installer.Forge](installer.forge/README.md)
2424

25-
Automatic Forge Mod Loader Installer
26-
27-
## LLM
28-
29-
We provides [llms.txt](https://cmllib.github.io/CmlLib.Core-wiki/en/llms.txt) and [llms-full.txt](https://cmllib.github.io/CmlLib.Core-wiki/en/llms-full.txt) for LLMs.
25+
Automatic Forge Mod Loader Installer

0 commit comments

Comments
 (0)