File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ async def get_conversations_list_endpoint_handler(
9797 skip_userid_check = auth [2 ]
9898
9999 if configuration .conversation_cache_configuration .type is None :
100- logger .warning ("Converastion cache is not configured" )
100+ logger .warning ("Conversation cache is not configured" )
101101 response = InternalServerErrorResponse .cache_unavailable ()
102102 raise HTTPException (** response .model_dump ())
103103
@@ -124,7 +124,7 @@ async def get_conversation_endpoint_handler(
124124 skip_userid_check = auth [2 ]
125125
126126 if configuration .conversation_cache_configuration .type is None :
127- logger .warning ("Converastion cache is not configured" )
127+ logger .warning ("Conversation cache is not configured" )
128128 response = InternalServerErrorResponse .cache_unavailable ()
129129 raise HTTPException (** response .model_dump ())
130130
@@ -162,7 +162,7 @@ async def delete_conversation_endpoint_handler(
162162 skip_userid_check = auth [2 ]
163163
164164 if configuration .conversation_cache_configuration .type is None :
165- logger .warning ("Converastion cache is not configured" )
165+ logger .warning ("Conversation cache is not configured" )
166166 response = InternalServerErrorResponse .cache_unavailable ()
167167 raise HTTPException (** response .model_dump ())
168168
You can’t perform that action at this time.
0 commit comments