Hello
I have an automation that launches multiple api calls to Dust with an agent, and on one of the responses, I had:
ERROR: Error running multi-actions agent action: [unexpected_network_error] Unexpected network error from DustAPI: Error: read ECONNRESET (code: multi_actions_error)
My agent uses claude 3.5 and when I clicked on "retry" it worked. How to prevent this?
Thanks!
Preventing ECONNRESET Errors in Automated API Calls to DustAPI | Dust Community
in terms of the route to be used in the API what should I be doing to retry a failed response? Indeed, I need to automate certain tasks and I can't afford to have a failure
From my side, I’m sending the message via the Dust API, and it works as expected. Since it’s working on your end as well, Dust should be responsible for forwarding the request to the LLM and handling retries if the forwarded request fails