feat: adjust the way of returning data to LLM (#69)
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
* @param {Args} args
|
||||
*/
|
||||
exports.run = function run({ code }) {
|
||||
eval(code);
|
||||
return eval(code);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user