Can we view all tools and their setups in AI

In AI Plugin settings, it’s very nice that we can see the predefined personas and how they are configured, so we can learn better to create our own personas.

But that’s not the same with tools. Is there a place where we can see all the tools and their implementation/configuration, so we can learn from them to create our own tools? It would be very insightful to see the scripts and parameters of each available built-in tool.

1 Like

Custom tools are written in JS, while the built-in tools are written in Ruby, so they won’t translate well.

We are constantly expanding custom tools capabilities, and have authored quite a few for internal use, so if you have any troubles authoring yours, feel free to create a topic here under Support and we will help you with it.

1 Like

One wonderful thing you can do with GitHub helper is one shot a full breakdown

It is kind of mind blowing it is both so easy and so accurate

if you load context right you can convert some of these to js to see how they would be authored as custom tools

2 Likes