OvidijusParsiunas / deep-chat

Fully customizable AI chatbot component for your website
https://deepchat.dev
MIT License
1.42k stars 217 forks source link

OpenAI assistant function_handler is not async #261

Open Eggwise opened 2 weeks ago

Eggwise commented 2 weeks ago

As far as i can see the function_handler param can not accept an async function. This is very limiting because i want to handle function calls by calling async methods and stuff.

Can you please fix this ?

Eggwise commented 2 weeks ago

love the tool for the rest though