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 parameters in detectors API are being defined with different data types as we are providing with guardrails API. It would be good to align them as much as possible to reduce unnecessary type conversion, potential loss of information and errors.
Description
Currently parameters in detectors API are being defined with different data types as we are providing with guardrails API. It would be good to align them as much as possible to reduce unnecessary type conversion, potential loss of information and errors.
Mapping happening currently here: https://github.com/caikit/fms-orchestrator/blob/structure-refactor/src/models.rs#L644
The text was updated successfully, but these errors were encountered: