Prompt metadata now includes model config
posthog-v7.34.0
1 featureThis release1 featureNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗
Minor changes
- 3c9aa59 feat(ai):
Prompts.get(..., with_metadata=True)results now includeconfig, the JSON object of model parameters or agent configuration stored with the prompt version in PostHog prompt management (Nonewhen the version has none). Config is carried through the client-side cache and the stale-cache fallback. The hardcodedfallbackstring has no config, so use defensive access like(result.config or {}).get("temperature", 0). — Thanks @jurajmajerik!
Fetched July 30, 2026


