You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the tenacity side, that makes sense? Tenacity is catching the error and making another call? Or are you saying if tenacity fails completely and throws a RetryError that that isn't caught?
Without a minimal repro it's hard to know what's going on
Humm I think this was when we received a 503 from google for example, but it's normal that there is no response (the model crashed) so I think this was not on your end...
Description
When there is an error 503 server side or if there is a tenacity error it don't show in the logfire span.
Very difficult to provide a test code, because you need to emulate a serverside error from the provider.
But if I understand correctly if there is an error we need to do :
maybe check if this flow is properly done inside google.call and llm.call ?
Tell me if you need anything
Python, Mirascope & OS Versions, related packages (not required)
The text was updated successfully, but these errors were encountered: