You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error_message+=f"The reason for the incomplete return is `{raw_response.incomplete_details.reason}`, content_filter: `{raw_response.incomplete_details.content_filter}`"
577
-
logger.debug(
577
+
# (important!) record raw_response.id as info level to track the response, which is critical for log correlation between Ark and LiteLLM
578
+
logger.info(
578
579
f"Ark response: Received Response from model `{raw_response.model}` with id `{raw_response.id}`. "
0 commit comments