diff options
| author | GitHub Action <[email protected]> | 2025-09-18 09:43:35 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-09-18 09:43:35 +0000 |
| commit | 32ba2e02aa1ab12143c759ed940df2da39124488 (patch) | |
| tree | 67a598733a8c3896a7137e47b9e750d302ee8cdd /packages | |
| parent | 1ffc8be2b6917073902c002fc40bf74dd27cb8de (diff) | |
| download | opencode-32ba2e02aa1ab12143c759ed940df2da39124488.tar.gz opencode-32ba2e02aa1ab12143c759ed940df2da39124488.zip | |
chore: format code
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/web/src/content/docs/custom-tools.mdx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/custom-tools.mdx b/packages/web/src/content/docs/custom-tools.mdx index 3ab8abdab..5760c3032 100644 --- a/packages/web/src/content/docs/custom-tools.mdx +++ b/packages/web/src/content/docs/custom-tools.mdx @@ -45,6 +45,7 @@ export default { }, } ``` + The filename becomes the tool name. This creates a `database` tool. --- @@ -122,6 +123,3 @@ export default tool({ }, }) ``` - - - |
