mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix lint
This commit is contained in:
parent
33a216d02a
commit
0993dca4e2
1 changed files with 0 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ from litellm.integrations._types.open_inference import (
|
|||
|
||||
|
||||
class ArizeOTELAttributes(BaseLLMObsOTELAttributes):
|
||||
|
||||
@staticmethod
|
||||
@override
|
||||
def set_messages(span: "Span", kwargs: Dict[str, Any]):
|
||||
|
|
@ -59,7 +58,6 @@ class ArizeOTELAttributes(BaseLLMObsOTELAttributes):
|
|||
def set_response_output_messages(span: "Span", response_obj):
|
||||
"""
|
||||
Sets output message attributes on the span from the LLM response.
|
||||
|
||||
Args:
|
||||
span: The OpenTelemetry span to set attributes on
|
||||
response_obj: The response object containing choices with messages
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue