We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WelsonJS is experimenting with combining CommonJS expressions (require, exports) with AI (e.g., ChatGPT). It works as follows:
require
exports
var hanoi = require("ai://hanoi tower example"); hanoi.test();
This has been successful, and as the next step, we aim to define an expression for specifying exported functions. For example:
ai://hanoi tower example{func1, func2, ...} ai://hanoi tower example?exports=func1,func,...
If you have any good suggestions, please let us know! :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
WelsonJS is experimenting with combining CommonJS expressions (
require
,exports
) with AI (e.g., ChatGPT). It works as follows:This has been successful, and as the next step, we aim to define an expression for specifying exported functions. For example:
If you have any good suggestions, please let us know! :)
The text was updated successfully, but these errors were encountered: