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
refactor(BA-5528): use existing JSONParamType for chat --params
Replace the local string-based --params parsing with the project's
existing ai.backend.cli.params.JSONParamType. Click now handles JSON
parsing and reports BadParameter consistently with other CLI commands.
A dict-only check is kept in the handler so non-object JSON (arrays,
scalars) still fails with a clear message. Drops the @path file
shorthand; users can pass --params "$(cat file.json)" instead.
0 commit comments