Skip to content

Commit e61c923

Browse files
Docs: Remove 'Notes for advanced users' section from error handling guide
- Content is redundant and covered elsewhere Refs OpenHands/software-agent-sdk#980 Co-authored-by: openhands <[email protected]>
1 parent e5dbf09 commit e61c923

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sdk/guides/llm-error-handling.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,3 @@ All exceptions live under `openhands.sdk.llm.exceptions` unless noted.
180180

181181
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.
182182

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

Comments
 (0)