Skip to content

Commit 94922d5

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

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
@@ -365,7 +365,7 @@ def _create_generation_event(
365365
"$ai_latency": latency,
366366
"$ai_http_status": 500 if is_error else 200,
367367
"$ai_is_error": is_error,
368-
"$ai_framework": "pydantic-ai",
368+
"$ai_framework": "opentelemetry",
369369
**self._properties,
370370
}
371371

0 commit comments

Comments
 (0)