|
2 | 2 |
|
3 | 3 | - [`execute_bash`](#the_execute_bash_tool) — Execute a shell command.
|
4 | 4 | - [`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. |
10 | 10 |
|
11 |
| -## The `execute_bash` tool |
| 11 | +### The `execute_bash` tool |
12 | 12 |
|
13 | 13 | Execute the specified bash command.
|
14 | 14 |
|
@@ -42,7 +42,7 @@ Execute the specified bash command.
|
42 | 42 | }
|
43 | 43 | ```
|
44 | 44 |
|
45 |
| -## The `fs_read` tool |
| 45 | +### The `fs_read` tool |
46 | 46 |
|
47 | 47 | Tool for reading files, directories and images.
|
48 | 48 |
|
@@ -71,7 +71,7 @@ Tool for reading files, directories and images.
|
71 | 71 | }
|
72 | 72 | ```
|
73 | 73 |
|
74 |
| -## The `fs_write` tool |
| 74 | +### The `fs_write` tool |
75 | 75 |
|
76 | 76 | Tool for creating and editing files.
|
77 | 77 |
|
@@ -104,25 +104,25 @@ Tool for creating and editing files.
|
104 | 104 | }
|
105 | 105 | ```
|
106 | 106 |
|
107 |
| -## The `gh_issue` tool |
| 107 | +### The `gh_issue` tool |
108 | 108 |
|
109 | 109 | Opens the browser to our GitHub template for reporting issues with `q`.
|
110 | 110 |
|
111 | 111 | This tool has no configuration.
|
112 | 112 |
|
113 |
| -## The `knowledge` tool |
| 113 | +### The `knowledge` tool |
114 | 114 |
|
115 | 115 | Store and retrieve information in knowledge base across chat sessions
|
116 | 116 |
|
117 | 117 | This tool has no configuration.
|
118 | 118 |
|
119 |
| -## The `thinking` tool |
| 119 | +### The `thinking` tool |
120 | 120 |
|
121 | 121 | Thinking is an internal reasoning mechanism improving the quality of complex tasks by breaking their atomic actions down.
|
122 | 122 |
|
123 | 123 | This tool has no configuration.
|
124 | 124 |
|
125 |
| -## The `use_aws` tool |
| 125 | +### The `use_aws` tool |
126 | 126 |
|
127 | 127 | Make an AWS CLI api call with the specified service, operation, and parameters.
|
128 | 128 |
|
|
0 commit comments