Hello everyone, I need the AI voice agent to read...
# general-english
p
Hello everyone, I need the AI voice agent to read the error messages the tool returns. Currently, it only receives a generic error message:
Copy code
"result": "No result returned."
Instead, I want the AI agent to see the specific error messages returned in the request, such as:
Copy code
"error": "No such size Size for item Hamburger (Subs)."
The goal is for the AI agent to read the actual error message, correct the request, and try again. Access to the specific error would significantly improve its success in processing requests. I really appreciate any help you can provide.