Skip to content

Commit c2867d3

Browse files
committed
Update core-tools.mdx
1 parent e56c6fe commit c2867d3

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

content/docs/features/core-tools.mdx

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,13 @@ See [Tools Docs](/docs/extensions/tools) for details on registering and using yo
99

1010
## Math & Logic
1111

12-
### `calc(expression: str) -> str`
13-
14-
Evaluate a mathematical expression. Supports arithmetic, comparison, boolean operators, and common math functions.
15-
16-
- **expression**: The mathematical expression string (e.g., `sqrt(16) + 5`).
12+
* `calc(expression: str) -> str` - Evaluate a mathematical expression. Supports arithmetic, comparison, boolean operators, and common math functions.
13+
- **expression**: The mathematical expression string (e.g., `sqrt(16) + 5`).
1714

1815
## Utilities
1916

20-
### `get_current_time(tz_name: str = None) -> str`
21-
22-
Get the current time in ISO-8601 format.
23-
24-
- **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.
2919

3020
## File System Tools
3121

@@ -64,6 +54,10 @@ For example, an agent can write a web application, open a browser, and capture a
6454

6555
See the [Computer Use](/docs/extensions/computer_use) docs for complete usage details.
6656

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.
60+
6761
## Supported Languages
6862

6963
The following tools are available:

0 commit comments

Comments
 (0)