vicious-gold•4h ago
Agent does not respond after using a tool
I have an agent instrumented with a few tools. These tools are captured by my web app, when I detect a tool call, I fetch some data and pass it to the assistant. It used to work flawlessly for a few weeks.
But for the past few days the agent began to intermittently go quiet and not respond after fetching the data. I would have to manually ask it "let me know once you find something" and then it would respond.
Today the problem appears to be fixed, but I would like to understand this problem better in order to make sure it does not happen in production.
Example:
* Call ID: 8482e644-349d-45e8-b2d6-17643edc048b
* Time: 08/27/2025 15:39 NZT
Response I was expecting to receive:
"I've found your customer... <details>"
But what I got was silence.
Here is how I handle the tool call:
0 Replies