Skip to content

Commit bc87fc3

Browse files
committed
chore: update instructions
1 parent b5018c3 commit bc87fc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/instructions/genaiscript.instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)