Skip to content

Commit 2e70001

Browse files
committed
bun format
1 parent 18e05d6 commit 2e70001

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,17 +265,17 @@ options below:
265265

266266
## Available tools
267267

268-
* `get_docs` - get the documentation for a given module/namespace or a
269-
class/interface/enum/type in that namespace. It consults the exact
270-
versions used by the project, ensuring you always get correct information
268+
- `get_docs` - get the documentation for a given module/namespace or a
269+
class/interface/enum/type in that namespace. It consults the exact versions
270+
used by the project, ensuring you always get correct information
271271

272-
* `get_source_location` - get the source location for a given module/namespace
272+
- `get_source_location` - get the source location for a given module/namespace
273273
or a class/interface/enum/type in that namespace, so an agent can directly
274274
read the source skipping search
275275

276-
* `get_logs` - reads console log written by the server
276+
- `get_logs` - reads console log written by the server
277277

278-
* `project_eval` - evaluates code within the runtime itself, giving the agent
278+
- `project_eval` - evaluates code within the runtime itself, giving the agent
279279
access to dependencies, server code, and all in-memory data
280280

281281
## CLI

0 commit comments

Comments
 (0)