Merge pull request #20 from pelikhan/patch-1

Update genaiscript.md
This commit is contained in:
Aaron Powell 2025-07-02 20:41:59 +10:00 committed by GitHub
commit 1375fdbf62
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.