Skip to content

Commit b3b1c35

Browse files
polish: correcting tox errors.
1 parent a8a9785 commit b3b1c35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • instrumentation-genai/opentelemetry-instrumentation-anthropic/src/opentelemetry/instrumentation/anthropic

instrumentation-genai/opentelemetry-instrumentation-anthropic/src/opentelemetry/instrumentation/anthropic/messages_extractors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
from opentelemetry.semconv._incubating.attributes import (
2828
server_attributes as ServerAttributes,
2929
)
30+
from opentelemetry.util.genai.invocation import InferenceInvocation
3031
from opentelemetry.util.genai.types import (
3132
InputMessage,
32-
LLMInvocation,
3333
MessagePart,
3434
OutputMessage,
3535
)
@@ -155,7 +155,7 @@ def get_output_messages_from_message(
155155

156156

157157
def set_invocation_response_attributes(
158-
invocation: LLMInvocation,
158+
invocation: InferenceInvocation,
159159
message: Message | None,
160160
capture_content: bool,
161161
) -> None:

0 commit comments

Comments
 (0)