function result from make not being received
I'm getting an error with a custom tool I set up I am sending over the correct data via my make.com scenario where it watches for call, uses gpt and responds to call. But my assistant is saying she was unable to find the right state for the zip code although I am sending the correct info over.. Here's what my script looks like within my prompt:
“Great, I was just able to check and my system confirms the benefit is still available in {lookupState result}"
And here's my instructions included in the prompt:
Instructions for using the lookupState function:
When the client provides their Zip Code, use the lookupState function in order to match the correct State to the Zip Code so you can confirm it back to the client before moving forward. Use the result from the function as the State to verify. The function will give you the State you should confirm as the result. Do not confirm the State until you have received the response from the function. The State will be responded to you via the function under the parameter "Result"
“Great, I was just able to check and my system confirms the benefit is still available in {lookupState result}"
And here's my instructions included in the prompt:
Instructions for using the lookupState function:
When the client provides their Zip Code, use the lookupState function in order to match the correct State to the Zip Code so you can confirm it back to the client before moving forward. Use the result from the function as the State to verify. The function will give you the State you should confirm as the result. Do not confirm the State until you have received the response from the function. The State will be responded to you via the function under the parameter "Result"
