fix mypy error in caching.py

This commit is contained in:
Sameer Kankute 2026-01-15 08:35:08 +05:30
parent 333947e236
commit c7be5065f8

View file

@ -27,6 +27,8 @@ CachingSupportedCallTypes = Literal[
"text_completion",
"arerank",
"rerank",
"responses",
"aresponses",
]