commit
1375fdbf62
@ -10,8 +10,7 @@ or answer questions about GenAIScript.
|
|||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
|
|
||||||
- [GenAIScript docs](../../.genaiscript/docs/llms-full.txt)
|
- [GenAIScript llms.txt](https://microsoft.github.io/genaiscript/llms.txt)
|
||||||
- [GenAIScript ambient type definitions](../../.genaiscript/genaiscript.d.ts)
|
|
||||||
|
|
||||||
## Guidance for Code Generation
|
## 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 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 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 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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user