GETAGENTTOOLDATA
Overview
The GETAGENTTOOLDATA workflow application allows you to extract information from a tool 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 Tool in JSON format to manipulate |
| TEXT | OUT | Name of tool |
| TEXT | OUT | ID of tool |
| TEXT | OUT | Tool parameters in JSON format |
| TEXT | OUT | Property to extract in settings |
Example
IN
Parameter | Value |
---|---|
|
|
OUT
Parameter | Value |
---|---|
|
|
|
|
|
|
|
|
Last updated