Skip to content

Commit 4a342f5

Browse files
authored
docs: fix page links (#2303)
* add agent documentation * docs changes * add more docs * fix typo * docs cleanups * blah
1 parent e6542a7 commit 4a342f5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/native-tools.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
- [`execute_bash`](#the_execute_bash_tool) — Execute a shell command.
44
- [`fs_read`](#the_fs_read_tool) — Read files, directories, and images.
5-
- [`fs_write`](#the_fs_write_tool) — Create and edit files.
6-
- [`gh_issue`](#the_gh_issue_tool) — Open a GitHub issue template.
7-
- [`knowledge`](#the_knowledge_tool) — Store and retrieve information in a knowledge base.
8-
- [`thinking`](#the_thinking_tool) — Internal reasoning mechanism.
9-
- [`use_aws`](#the_use_aws_tool) — Make AWS CLI API calls.
5+
- [`fs_write`](#the-fs-write-tool) — Create and edit files.
6+
- [`gh_issue`](#the-gh-issue-tool) — Open a GitHub issue template.
7+
- [`knowledge`](#the-knowledge-tool) — Store and retrieve information in a knowledge base.
8+
- [`thinking`](#the-thinking-tool) — Internal reasoning mechanism.
9+
- [`use_aws`](#the-use-aws-tool) — Make AWS CLI API calls.
1010

11-
## The `execute_bash` tool
11+
### The `execute_bash` tool
1212

1313
Execute the specified bash command.
1414

@@ -42,7 +42,7 @@ Execute the specified bash command.
4242
}
4343
```
4444

45-
## The `fs_read` tool
45+
### The `fs_read` tool
4646

4747
Tool for reading files, directories and images.
4848

@@ -71,7 +71,7 @@ Tool for reading files, directories and images.
7171
}
7272
```
7373

74-
## The `fs_write` tool
74+
### The `fs_write` tool
7575

7676
Tool for creating and editing files.
7777

@@ -104,25 +104,25 @@ Tool for creating and editing files.
104104
}
105105
```
106106

107-
## The `gh_issue` tool
107+
### The `gh_issue` tool
108108

109109
Opens the browser to our GitHub template for reporting issues with `q`.
110110

111111
This tool has no configuration.
112112

113-
## The `knowledge` tool
113+
### The `knowledge` tool
114114

115115
Store and retrieve information in knowledge base across chat sessions
116116

117117
This tool has no configuration.
118118

119-
## The `thinking` tool
119+
### The `thinking` tool
120120

121121
Thinking is an internal reasoning mechanism improving the quality of complex tasks by breaking their atomic actions down.
122122

123123
This tool has no configuration.
124124

125-
## The `use_aws` tool
125+
### The `use_aws` tool
126126

127127
Make an AWS CLI api call with the specified service, operation, and parameters.
128128

0 commit comments

Comments
 (0)