We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d31ee1 commit f7d9894Copy full SHA for f7d9894
posthog/test/ai/langchain/test_callbacks.py
@@ -1028,4 +1028,4 @@ async def sleep(x): # -> Any:
1028
assert third_call[1]["properties"]["$ai_trace_name"] == "sleep"
1029
assert (
1030
min(approximate_latency - 1, 0) <= math.floor(third_call[1]["properties"]["$ai_latency"]) <= approximate_latency
1031
- )
+ )
0 commit comments