You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**tz_name**: Optional timezone name (e.g., 'America/New_York'). Defaults to UTC.
25
-
26
-
## Code Execution Tools
27
-
28
-
LLMS includes a suite of tools for executing code in various languages within a sandboxed environment. These tools are designed to allow the agent to run scripts, perform calculations, and verify logic safely.
17
+
*`get_current_time(tz_name: str = None) -> str` - Get the current time in ISO-8601 format.
18
+
-**tz_name**: Optional timezone name (e.g., 'America/New_York'). Defaults to UTC.
29
19
30
20
## File System Tools
31
21
@@ -64,6 +54,10 @@ For example, an agent can write a web application, open a browser, and capture a
64
54
65
55
See the [Computer Use](/docs/extensions/computer_use) docs for complete usage details.
66
56
57
+
## Code Execution Tools
58
+
59
+
LLMS includes a suite of tools for executing code in various languages within a sandboxed environment. These tools are designed to allow the agent to run scripts, perform calculations, and verify logic safely.
0 commit comments