Skip to content

Commit 807a965

Browse files
Update posthog/ai/otel/exporter.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 94922d5 commit 807a965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/ai/otel/exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def _create_tool_span_event(
449449
"$ai_span_name": tool_name,
450450
"$ai_latency": latency,
451451
"$ai_is_error": is_error,
452-
"$ai_framework": "pydantic-ai",
452+
"$ai_framework": "opentelemetry",
453453
**self._properties,
454454
}
455455

0 commit comments

Comments
 (0)