You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,7 +27,7 @@ public function schema(ToolInputSchema $schema): ToolInputSchema
29
27
{
30
28
return$schema
31
29
->string('queries')
32
-
->description('### separated list of queries to perform. Useful to pass multiple if you aren\'t sure if it is "toggle" or "switch, or "infinite scroll" or "infinite load", for example.')->required()
30
+
->description('### separated list of queries to perform. Useful to pass multiple if you aren\'t sure if it is "toggle" or "switch", or "infinite scroll" or "infinite load", for example.')->required()
33
31
34
32
->raw('packages', [
35
33
'description' => 'Package names to limit searching to from application-info. Useful if you know the package(s) you need. i.e. laravel/framework, inertiajs/inertia-laravel, @inertiajs/react',
@@ -100,18 +98,6 @@ public function handle(array $arguments): ToolResult|Generator
0 commit comments