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
Copy file name to clipboardExpand all lines: sdk/guides/llm-error-handling.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,3 @@ All exceptions live under `openhands.sdk.llm.exceptions` unless noted.
180
180
181
181
All of the above (except the explicit cancellation types) inherit from `LLMError`, so you can implement a catch‑all for unexpected SDK LLM errors while still keeping fine‑grained handlers for the most common cases.
182
182
183
-
## Notes for advanced users
184
-
185
-
- The SDK performs centralized exception mapping, translating provider/LiteLLM exceptions into the types above. This keeps your app free from provider‑specific exception imports.
186
-
- For long‑running sessions, we strongly recommend configuring a condenser to avoid context‑window interruptions. See the [Context Condenser](/sdk/guides/context-condenser) guide for details and examples.
0 commit comments