We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49cdfc commit 7cd2608Copy full SHA for 7cd2608
1 file changed
README.md
@@ -17,12 +17,12 @@ composer require shipfastlabs/toolkit-database
17
18
## Usage
19
20
-Add the tool to an agent's `tools()`:
+Instantiate the tool and pass it to an agent's `tools()`:
21
22
```php
23
-use Shipfastlabs\Toolkit\Database\DatabaseTool;
+use Shipfastlabs\Toolkit\Database\DatabaseQueryTool;
24
25
-$tools = [new DatabaseTool];
+$tools = [new DatabaseQueryTool];
26
```
27
28
## Input schema
0 commit comments