Prompt results now carry model config
@posthog/ai@8.5.0
1 featureThis release1 featureNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗
8.5.0
Minor Changes
- #4329
5baf90aThanks @jurajmajerik! -Prompts.get()results now includeconfig, the JSON object of model parameters or agent configuration stored with the prompt version in PostHog prompt management (nullwhen the version has none). Config is carried through the client-side cache and the stale-cache fallback, and each result gets its own copy so mutatingresult.configcannot pollute later cache hits. The hardcodedfallbackstring has no config, so use defensive access like(result.config ?? {}).temperature. (2026-07-30)
Fetched July 30, 2026


