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 593b870 commit aa30853Copy full SHA for aa30853
openhands/sdk/llm/llm.py
@@ -1159,7 +1159,7 @@ def is_context_window_exceeded_exception(exception: Exception) -> bool:
1159
"contextwindowexceedederror",
1160
"prompt is too long",
1161
"input length and `max_tokens` exceed context limit",
1162
- "please reduce the length of either one",
+ "please reduce the length of",
1163
"the request exceeds the available context size",
1164
"context length exceeded",
1165
]
0 commit comments