You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/agent365_exporter.py
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@
18
18
fromopentelemetry.traceimportStatusCode
19
19
20
20
from .utilsimport (
21
-
INFERENCE_OPERATION_TYPE_NAMES,
22
21
build_export_url,
23
22
get_validated_domain_override,
24
23
hex_span_id,
@@ -29,7 +28,6 @@
29
28
status_name,
30
29
truncate_span,
31
30
)
32
-
from ..constantsimportCHAT_OPERATION_NAME, GEN_AI_OPERATION_NAME_KEY
Copy file name to clipboardExpand all lines: libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/utils.py
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -40,18 +40,6 @@
40
40
OUTPUT_MESSAGES_OPERATION_NAME,
41
41
CHAT_OPERATION_NAME,
42
42
InferenceOperationType.CHAT.value,
43
-
InferenceOperationType.TEXT_COMPLETION.value,
44
-
InferenceOperationType.GENERATE_CONTENT.value,
45
-
}
46
-
)
47
-
48
-
# Inference operation type values that the ingest service expects to be
49
-
# normalized to the canonical "chat" gen_ai.operation.name.
0 commit comments