Update tools/get_runtime_context.py
Browse files
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
|
| 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 = {}
|