We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0605b0 commit 7e263c2Copy full SHA for 7e263c2
1 file changed
instrumentation-genai/opentelemetry-instrumentation-openai-v2/tests/test_structured_outputs.py
@@ -14,20 +14,12 @@
14
15
"""Tests for OpenAI structured outputs (chat.completions.parse) instrumentation."""
16
17
-import json
18
-
19
-import pytest
20
21
from opentelemetry.semconv._incubating.attributes import (
22
gen_ai_attributes as GenAIAttributes,
23
)
24
-from opentelemetry.semconv._incubating.attributes import (
25
- server_attributes as ServerAttributes,
26
-)
27
from opentelemetry.util.genai.utils import is_experimental_mode
28
29
from .structured_outputs_utils import (
30
- EXPECTED_RESPONSE_CONTENT,
31
STRUCTURED_OUTPUT_EXPECTED_INPUT_MESSAGES,
32
STRUCTURED_OUTPUT_PROMPT,
33
CalendarEvent,
0 commit comments