diff --git a/instructions/genaiscript.md b/instructions/genaiscript.md index adc96ab0..7a14eeb2 100644 --- a/instructions/genaiscript.md +++ b/instructions/genaiscript.md @@ -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. \ No newline at end of file +- you use the global types in genaiscript.d.ts are already loaded in the global context, no need to import them.