We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624bf64 commit fe1daa1Copy full SHA for fe1daa1
posthog/ai/gemini/gemini.py
@@ -65,7 +65,7 @@ def __init__(
65
self._ph_client = cast(PostHogClient, posthog.default_client)
66
else:
67
self._ph_client = posthog_client
68
-
+
69
if self._ph_client is None:
70
raise ValueError("posthog_client is required for PostHog tracking")
71
0 commit comments