Model : gpt-4o
First tool description:
The tool will send extracted variables from the call to Make scenario
It should contain JSON Body with the following
{
"PartNumber": {{PartNumber}}
}
In the prompt it is triggered through: "Trigger the 'getUPS ' tool with value {{PartNumber}}"
Second tool description:
The tool will send extracted variables from the call to Make scenario
It should contain JSON Body with the following
{
"PartNumber": {{PartNumber}},
"Desc": {{PartType}},
"equipment": {{Equipment}},
"email": {{email}},
"collectedPhoneNo": {{collectedPhoneNo}},
"source": {{source}},
}
In the prompt it is triggered through: "call function sendTo_GHL_UPS"