posthog-v7.34.0
Immutable
release. Only release title and notes can be modified.
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!