Files
llama-swap/internal
jlacour-gitandGitHub 82ccfbf27f filters: set-if-undefined params via "?" key suffix (#1075)
A `setParams` / `setParamsByID` key ending in `?` is set-if-undefined:
the value is applied only when the request doesn't already carry that
parameter. Plain keys keep forcing their values, and a config that
doesn't use the suffix behaves exactly as before.

Fixes: #1052
2026-09-05 00:29:28 -07:00
..