The split in the openAI API makes it difficult to support both async and sync event handlers at this time without a number of forking paths. It's simpler to just support async event handlers.
Note: this is technically a bugfix because today we document that we support sync handlers but they error if you try to use them.
The split in the openAI API makes it difficult to support both async and sync event handlers at this time without a number of forking paths. It's simpler to just support async event handlers.
Note: this is technically a bugfix because today we document that we support sync handlers but they error if you try to use them.