From d2a537c3743963bfb6add44731dd3f3f6c785a2e Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 30 Nov 2024 17:14:21 +0800 Subject: refactor: several improvements (#132) - js export expression - check args regarding run-agent/run-tool --- scripts/create-tool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/create-tool.sh') diff --git a/scripts/create-tool.sh b/scripts/create-tool.sh index c218e60..c335934 100755 --- a/scripts/create-tool.sh +++ b/scripts/create-tool.sh @@ -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 -- cgit v1.2.3