7.20.0
Minor Changes
- #3306
1a2f8a8Thanks @johnsykim! - Add$ai_completion_idand$ai_provider_metadatato$ai_generationevents for the OpenAI and Azure OpenAI wrappers.$ai_completion_idis the provider's response ID (e.g.chatcmpl-…/resp_…);$ai_provider_metadatacarries OpenAI-specific fields (system_fingerprint,request_id). Together they enable correlating PostHog events with OpenAI's Logs dashboard (platform.openai.com/logs/{completion_id}). The same options (completionId,providerMetadata) are now accepted by the publiccaptureAiGenerationprimitive so other provider wrappers can follow the same pattern.
(2026-05-29)