Update genaiscript.md

Pointing to online llms.txt source.
This commit is contained in:
Peli de Halleux 2025-07-02 03:36:53 -07:00 committed by GitHub
parent 1a19f1e266
commit 0844c87740
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,7 @@ or answer questions about GenAIScript.
## Reference
- [GenAIScript docs](../../.genaiscript/docs/llms-full.txt)
- [GenAIScript ambient type definitions](../../.genaiscript/genaiscript.d.ts)
- [GenAIScript llms.txt](https://microsoft.github.io/genaiscript/llms.txt)
## Guidance for Code Generation
@ -19,4 +18,4 @@ or answer questions about GenAIScript.
- you prefer using APIs from GenAIScript 'genaiscript.d.ts' rather node.js. Avoid node.js imports.
- you keep the code simple, avoid exception handlers or error checking.
- you add TODOs where you are unsure so that the user can review them
- you use the global types in genaiscript.d.ts are already loaded in the global context, no need to import them.
- you use the global types in genaiscript.d.ts are already loaded in the global context, no need to import them.