Hi all - I was trying out a flow in Agent Builder Playground. When I ran the flow, there was a loop that the agent was supposed to go through. The operation failed in Playground - however, looking at the trace log I see its still running in the background! This is causing a usage quota issue for all my projects because the trace log function keeps running and failing. Does anyone know how to destroy or end this background function!? The trace id is: span_f18daa8729394911b3f38724
Anyone here for OAI - can you please kill this? I think I’m going to get billed for this as well!!!
Running in the playground means you don’t even have API keys to disable, nor can you disable endpoints, which is only by API key.
You could go into the project, and under limits, pick “allow” and uncheck and allow none of the models that are being used in an infinite loop to empty your balance.
The ultimate would be to archive the project, which would mean loss of all scoped data such vector stores, prompts, conversations, etc.
Unfortunately no luck. Blocked the model - but it actually looks like the model call is no longer happening? Not sure. I see this 500 internal server error, and my responses log say I’ve hit the quota - one almost every 5 mins. I think its a bug in Agent Builder. Just not sure how to continue on because all my requests are being blocked at the moment.
Actually looks like it is using tokens. There seems to be an internal API key that is being used in the infinite function call: key_GV**********klWV
I don’t know how this will be billed, so far I see token usage going up on this key, but my overall token usage has not moved. And my projects are all stalled because the account is over quota!
Hey @a5hpip3, Apologies for the inconvenience. We have flagged this to our engineering team and they are actively looking into this issue. We will update you very shortly. Thank you!
Hey everyone, Our engineering team confirmed that they have deployed a fix. This issue should now be resolved as we have a cap now on the infinite loop. Thank yoU!