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 5b9606e commit b2969e9Copy full SHA for b2969e9
tests/llm_test.py
@@ -376,6 +376,7 @@ def get_weather_tool_schema():
376
def test_context_window_exceeded_error_handling():
377
"""Test that litellm.ContextWindowExceededError is converted to LLMContextLengthExceededException."""
378
from litellm.exceptions import ContextWindowExceededError
379
+
380
from crewai.utilities.exceptions.context_window_exceeding_exception import (
381
LLMContextLengthExceededException,
382
)
0 commit comments