The GETAGENTTOOLDATA workflow application allows you to extract information from a tool that can be provided by an application such as OPENAICHAT.
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.
TOOL_DATA
TEXT
IN
Required Tool in JSON format to manipulate
TOOL_NAME
OUT
Tool name
TOOL_ID
Tool ID
TOOL_PARAMETERS
Tool parameters in JSON format
propertyToExtract
Property to extract in settings
{ "name":"GET_STOCK_INFORMATION", "id":"call_75hCa1n3NZtlLLx1VGqSXY8C", "parameters": { "serial_number":"v456" } }
GET_STOCK_INFORMATION
call_75hCa1n3NZtlLLx1VGqSXY8C
{ "serial_number":"v456" }
serial_number
v456
Last updated 2 months ago