feat: handle overloaded errors [LET-5969] (#5856)
feat: handle overloaded errors
This commit is contained in:
committed by
Caren Thomas
parent
bd61ba85dd
commit
d109bab587
@@ -202,6 +202,10 @@ class LLMTimeoutError(LLMError):
|
||||
"""Error when LLM request times out"""
|
||||
|
||||
|
||||
class LLMProviderOverloaded(LLMError):
|
||||
"""Error when LLM provider is overloaded"""
|
||||
|
||||
|
||||
class BedrockPermissionError(LettaError):
|
||||
"""Exception raised for errors in the Bedrock permission process."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user