refactor: several improvements (#132)
- js export expression - check args regarding run-agent/run-tool
This commit is contained in:
@@ -75,7 +75,7 @@ create_js() {
|
||||
* @typedef {Object} Args${properties}
|
||||
* @param {Args} args
|
||||
*/
|
||||
exports.run = function run(args) {
|
||||
exports.run = function (args) {
|
||||
console.log(args);
|
||||
}
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user