@@ -139,6 +139,9 @@ def __asgi_application(*args, **kwargs):
139139from newrelic .api .html_insertion import verify_body_exists as __verify_body_exists
140140from newrelic .api .lambda_handler import LambdaHandlerWrapper as __LambdaHandlerWrapper
141141from newrelic .api .lambda_handler import lambda_handler as __lambda_handler
142+ from newrelic .api .llm_custom_attributes import (
143+ WithLlmCustomAttributes as __WithLlmCustomAttributes ,
144+ )
142145from newrelic .api .message_trace import MessageTrace as __MessageTrace
143146from newrelic .api .message_trace import MessageTraceWrapper as __MessageTraceWrapper
144147from newrelic .api .message_trace import message_trace as __message_trace
@@ -156,9 +159,10 @@ def __asgi_application(*args, **kwargs):
156159from newrelic .api .ml_model import (
157160 record_llm_feedback_event as __record_llm_feedback_event ,
158161)
159- from newrelic .api .ml_model import set_llm_token_count_callback as __set_llm_token_count_callback
162+ from newrelic .api .ml_model import (
163+ set_llm_token_count_callback as __set_llm_token_count_callback ,
164+ )
160165from newrelic .api .ml_model import wrap_mlmodel as __wrap_mlmodel
161- from newrelic .api .llm_custom_attributes import WithLlmCustomAttributes as __WithLlmCustomAttributes
162166from newrelic .api .profile_trace import ProfileTraceWrapper as __ProfileTraceWrapper
163167from newrelic .api .profile_trace import profile_trace as __profile_trace
164168from newrelic .api .profile_trace import wrap_profile_trace as __wrap_profile_trace
0 commit comments