pub fn check_vector_fields(
fields: VectorFieldsValidation,
seed: Option<i64>,
) -> Result<(), String>Expand description
Validate that the vector fields work together correctly.
Generates diverse, randomized example inputs from the input_schema, then
validates each one via [check_vector_fields_for_input].