pub type InputAvailableHook = Arc<dyn Fn(JsonValue, ToolContext) -> BoxFuture<'static, ()> + Send + Sync>;
Called once the full input is available and valid.
pub struct InputAvailableHook { /* private fields */ }