We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c09f0 commit 4c62721Copy full SHA for 4c62721
1 file changed
posthog/ai/anthropic/anthropic.py
@@ -8,7 +8,7 @@
8
9
import time
10
import uuid
11
-from typing import Any, Dict, Optional
+from typing import Any, Dict, Optional, cast
12
13
from posthog.ai.utils import (
14
call_llm_and_track_usage,
0 commit comments