/// when logging an exception, as the traceback is often useful for debugging. /// This rule's fix is marked as safe when run against `logging.error` calls, /// but unsafe when marked against other ...
from litellm.litellm_core_utils.asyncify import run_async_function from litellm.types.llms.openai import AllMessageValues, ChatCompletionSystemMessage from litellm.types.prompts.init_prompts import ...