Extend context truncation cases (#11393)

This commit is contained in:
Ryan H. Tran 2025-10-16 17:55:57 +07:00 committed by GitHub
parent 471d272c7c
commit 5182388323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -903,7 +903,7 @@ class AgentController:
'contextwindowexceedederror' in error_str
or 'prompt is too long' in error_str
or 'input length and `max_tokens` exceed context limit' in error_str
or 'please reduce the length of either one' in error_str
or 'please reduce the length of' in error_str
or 'the request exceeds the available context size' in error_str
or 'context length exceeded' in error_str
# For OpenRouter context window errors