aboutsummaryrefslogtreecommitdiffstats
path: root/agents/demo/tools.js
diff options
context:
space:
mode:
Diffstat (limited to 'agents/demo/tools.js')
-rw-r--r--agents/demo/tools.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/agents/demo/tools.js b/agents/demo/tools.js
index a3b141b..ee65097 100644
--- a/agents/demo/tools.js
+++ b/agents/demo/tools.js
@@ -1,7 +1,7 @@
/**
* Get the system info
*/
-exports.get_ipinfo = async function getIpinfo() {
+exports.get_ipinfo = async function () {
const res = await fetch("https://httpbin.org/ip")
return res.json();
}