We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd07eb commit aa1bf2dCopy full SHA for aa1bf2d
1 file changed
trpc_agent_sdk/models/_retry.py
@@ -143,6 +143,7 @@ def _compute_exponential_backoff(
143
144
145
def _build_error_response(ex: Exception, error_code: str) -> LlmResponse:
146
+ logger.error("Model call failed: %s", ex, exc_info=True)
147
return LlmResponse(
148
content=None,
149
error_code=error_code,
0 commit comments