GETAGENTTOOL
Overview
The GETAGENTTOOL workflow application allows you to extract a tool and its information from a list of tools that can be provided by an application such as OPENAICHAT.
How it works
The application allows you to extract the name, identifier, and parameters of the tool being manipulated.
It's also possible to extract the parameters one by one by specifying the name of the parameter directly in the name.
Parameters
Parameter | Type | Direction | Description |
---|---|---|---|
| TEXT | IN | Required Table of tools in JSON format |
| NUMERIC | IN | Array index for tool extraction; defaults to |
| TEXT | OUT | Extracted tool in JSON format |
| TEXT | OUT | Name of tool |
| TEXT | OUT | ID of tool |
| TEXT | OUT | Tool settings in JSON format |
| TEXT | OUT | Property to extract in settings |
Example
IN
Parameter | Value |
---|---|
|
|
|
|
OUT
Parameter | Value |
---|---|
|
|
|
|
|
|
|
|
|
|
| V |
Last updated