Assistant wont call async functions
# support
j
My assistant will call my function when it is synchronous, but when i switch it to async it will not call it. Please fix this bug
v
@jsieber-eip I'm here to help! To better assist you with the issue where your assistant is not calling the function in asynchronous mode, I'll need a bit more information. Could you please provide me with the following details: 1. The exact function call you're making when it's set to synchronous. 2. The changes you're making to switch it to asynchronous mode. 3. Any error messages or logs that you're seeing when the function fails to be called. Once I have this information, I'll be able to guide you more effectively on how to resolve the issue. If there are any specific configurations or code snippets you can share, that would be very helpful as well.
You can continue this conversation by mentioning me in the message.
j
This was actually caused by the gpt4 turbo model - switching to claude solved it.
thank you
2 Views