Adds a resolution field to the inference param type. The script evaluator will use this resolution as part of the implicit env, unless the optional res query param is set via the /inference route. Originally I was going to drop that query param, but then I thought it would be useful to allow overriding ?resolution without needing to edit the param or the script
Adds a
resolution
field to the inference param type. The script evaluator will use this resolution as part of the implicit env, unless the optionalres
query param is set via the/inference
route. Originally I was going to drop that query param, but then I thought it would be useful to allow overriding?resolution
without needing to edit the param or the script