Skip to content
New issue

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

[Roadmap] CommonJS expressions + AI prompt for WelsonJS #172

Open
gnh1201 opened this issue Jan 20, 2025 · 0 comments
Open

[Roadmap] CommonJS expressions + AI prompt for WelsonJS #172

gnh1201 opened this issue Jan 20, 2025 · 0 comments
Labels
enhancement New feature or request roadmap A future plan

Comments

@gnh1201
Copy link
Owner

gnh1201 commented Jan 20, 2025

WelsonJS is experimenting with combining CommonJS expressions (require, exports) with AI (e.g., ChatGPT). It works as follows:

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! :)

@gnh1201 gnh1201 added the enhancement New feature or request label Jan 20, 2025
@gnh1201 gnh1201 changed the title CommonJS expressions + AI prompt for WelsonJS [Roadmap] CommonJS expressions + AI prompt for WelsonJS Jan 20, 2025
@gnh1201 gnh1201 added the roadmap A future plan label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request roadmap A future plan
Projects
None yet
Development

No branches or pull requests

1 participant