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 21dfc79 commit 817397cCopy full SHA for 817397c
src/api/services/chat_service.py
@@ -37,7 +37,6 @@
37
logging.basicConfig(level=logging.INFO)
38
logger = logging.getLogger(__name__)
39
40
-
41
class ExpCache(TTLCache):
42
"""
43
Extended TTLCache that associates an agent and deletes Azure AI agent threads when items expire or are evicted (LRU).
0 commit comments