Priority Level
Medium (Nice to have)
Is your feature request related to a problem? Please describe.
- Nemotron parse, a vlm, requires images to be provided in all requests. Our health-checks fail for this model because it doesn't send images in the health-check request
Describe the solution you'd like
- If a workflow has column configs with multi-modality context, for example ImageContext defined, when doing health-checks we should add a dummy multi-modal context in the request.
Describe alternatives you've considered
Workaround right now is to skip health check added in #244
Additional context
No response