[FEA]: Support ControlMessage
types for PreprocessNLPStage
and PreprocessFILStage
#1546
Closed
16 tasks done
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
High
Please provide a clear description of problem this feature solves
Its currently not possible to use the
PreprocessNLPStage
orPreprocessFILStage
withControlMessage
data types.Describe your ideal solution
As we move more stages to support
ControlMessage
, these stages should follow suite. All functionality should remain constant, only the supported data type will change.Completion Criteria
The following should be completed in order to consider this issue "Done":
PreprocessNLPStage
is updated to acceptControlMessage
in addition toMultiMessage
ControlMessage
ControlMessage
PreprocessFILStage
is updated to acceptControlMessage
in addition toMultiMessage
ControlMessage
ControlMessage
ControlMessage
path forPreprocessNLPStage
ControlMessage
andMultiMessage
implementations generate identical resultsControlMessage
path forPreprocessFILStage
ControlMessage
andMultiMessage
implementations generate identical resultsPreprocessNLPStage
has been updated to include the new supported data typePreprocessFILStage
has been updated to include the new supported data typeAdditional context
Some of the requested changes may have already been implemented in PR #1454. However, some test and documentation may still be missing.
Code of Conduct
The text was updated successfully, but these errors were encountered: