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!

2 Likes

I would like the same thing.

A reply from the AI + a function call.
Useful for example to call to save some data, an operation that doesn’t need a response. I could remove that call from the messages but I would still love the normal reply without having to call two times.

1 Like