formalize ai input transform (#7078)

* ai input transform

* fix
This commit is contained in:
Ruben Fiszel
2025-11-07 08:03:44 +00:00
committed by GitHub
parent 5f7e0b7244
commit ad861f5312
6 changed files with 41 additions and 11 deletions
+1
View File
@@ -3769,6 +3769,7 @@ async fn batch_rerun_handle_job(
batch_rerun_compute_js_expression(expr.clone(), job.clone()).await?,
);
}
InputTransform::Ai => {}
}
}