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
fix(BA-5986): make ModelMountConfigInput.definition_path nullable
Server already falls back to `model-definition.yaml`/`.yml` when
`model_definition_path` is unset, but the GQL/DTO boundary forced a
non-null value — so frontends sent a placeholder and the fallback never
ran when the actual file used the `.yml` extension. Relax the v2 DTO,
legacy DTO, and GQL input so omitting the field triggers auto-detection.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments