IreneInContext commited on
Commit
c1cf7bd
·
verified ·
1 Parent(s): 682952a

Update tools/get_runtime_context.py

Browse files
Files changed (1) hide show
  1. tools/get_runtime_context.py +1 -1
tools/get_runtime_context.py CHANGED
@@ -3,7 +3,7 @@ import platform
3
  from datetime import datetime, timezone
4
  from smolagents.tools import Tool
5
 
6
- class GetRuntimeContext(Tool):
7
  name="get_runtime_context"
8
  description= "Returns basic information about the runtime environment."
9
  inputs = {}
 
3
  from datetime import datetime, timezone
4
  from smolagents.tools import Tool
5
 
6
+ class GetRuntimeContextTool(Tool):
7
  name="get_runtime_context"
8
  description= "Returns basic information about the runtime environment."
9
  inputs = {}