diff options
Diffstat (limited to 'agents/demo/tools.js')
| -rw-r--r-- | agents/demo/tools.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/agents/demo/tools.js b/agents/demo/tools.js index 37f8937..6a5c071 100644 --- a/agents/demo/tools.js +++ b/agents/demo/tools.js @@ -4,6 +4,5 @@ const os = require("node:os"); */ exports.get_sysinfo = function getSysinfo() { return `OS: ${os.type()} -Arch: ${os.arch()} -User: ${process.env["USER"]}` +Arch: ${os.arch()}` } |
