@posthog/ai@8.9.3
Immutable
release. Only release title and notes can be modified.
8.9.3
Patch Changes
-
#4700
a105b77Thanks @bernatixer! - Capture$ai_stop_reasonfrom LangChain runs that use the OpenAI Responses API.The callback only understood Chat Completions vocabulary (
finish_reason/stop_reason), so Responses API runs, which reportstatusandincomplete_details.reasoninstead, never carried a stop reason. The Chat Completions keys keep priority, andincomplete_details.reasonoutranksstatus, so an early stop names its cause (for examplemax_output_tokens) instead of justincomplete. (2026-09-01) -
Updated dependencies [
e87820a]:- @posthog/core@1.50.1