8.13.0
Minor Changes
- #5000
1dfde0eThanks @jurajmajerik! -prompts.getAll()now works without a label. It fetches the latest version of every prompt in one request and warms the cache for plainprompts.get(name)calls. Previously the label was required by the method's type, and the server treats any label value as a filter, so there was no way to batch-fetch unlabeled prompts.
(2026-09-17)