Have Assistant call function but non-blocking?

Currently custom function calls block the run. (i.e. run awaits results)

Perhaps this is a feature request - but we need a way to define non-blocking functions. i.e. the function gets called but doesn’t block the run.

Another variant of this is being able to define & call functions that don’t have/need an output/response.

Thanks!