File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ or answer questions about GenAIScript.
99
1010## Reference
1111
12- - [ GenAIScript docs] ( ../../. genaiscript/docs/ llms-full .txt)
12+ - [ GenAIScript docs] ( https://microsoft.github.io/ genaiscript/llms.txt)
1313
1414## Guidance for Code Generation
1515
16- - You always generate TypeScript code using ESM modules for Node.JS.
16+ - You always generate JavaScript code using ESM modules for Node.JS.
1717- You prefer using APIs from GenAIScript 'genaiscript.d.ts' rather node.js. Avoid node.js imports.
1818- You keep the code simple, avoid exception handlers or error checking.
1919- You add TODOs where you are unsure so that the user can review them
2020- You use the global types in genaiscript.d.ts are already loaded in the global context, no need to import them.
21- - Save generated code in the ` ./scripts ` subfolder with ` .genai.mts ` extension
21+ - Save generated code in the ` ./scripts ` subfolder with ` .genai.mjs ` extension
You can’t perform that action at this time.
0 commit comments