You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the frontend values control the default for parameters sent to the backend, which makes the defaults awkward to adjust, and makes it hard to send requests to the API in a way that mirrors the frontend.
It would be better if the backend had the defaults (like with Quart-Schema, with dataclasses or Pydantic models), and the frontend fetched those via the /config call and populated the Developer Settings form based on them.
The text was updated successfully, but these errors were encountered:
Currently, the frontend values control the default for parameters sent to the backend, which makes the defaults awkward to adjust, and makes it hard to send requests to the API in a way that mirrors the frontend.
It would be better if the backend had the defaults (like with Quart-Schema, with dataclasses or Pydantic models), and the frontend fetched those via the /config call and populated the Developer Settings form based on them.
The text was updated successfully, but these errors were encountered: