aboutsummaryrefslogtreecommitdiffstats
path: root/agents/demo/tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'agents/demo/tools.py')
-rw-r--r--agents/demo/tools.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/agents/demo/tools.py b/agents/demo/tools.py
index 5f1a4fc..ec7ca2b 100644
--- a/agents/demo/tools.py
+++ b/agents/demo/tools.py
@@ -8,5 +8,4 @@ def get_sysinfo():
return "\n".join([
f"OS: {platform.system()}",
f"Arch: {platform.machine()}",
- f"User: {os.environ.get('USER')}"
]) \ No newline at end of file