Technologies/LangChain/openai_request_error
LangChainLangChainMetric

openai_request_error

Number of LLM requests made
Dimensions:None
Related Insights (2)
Agent Tool Call Failure Cascadecritical

AI agents making sequential tool calls can experience cascading failures when early tools fail. Tracking tool usage success rates and agent operation errors reveals brittle integration points.

Retry-After Exponential Backoff Validationwarning

When rate limited, OpenAI returns Retry-After header indicating wait time. Ignoring this guidance and using fixed backoff leads to wasted retries and prolonged recovery.