GitHub Action 5 месяцев назад
Родитель
Сommit
32ba2e02aa
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      packages/web/src/content/docs/custom-tools.mdx

+ 1 - 3
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({
   },
 })
 ```
-
-
-