-
Notifications
You must be signed in to change notification settings - Fork 59.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Function calling implementation #3072
Comments
yes go ahead |
I need to point out that I'm doing a huge refactor and the code structure will change dramatically in the near future, please keep an eye on this: #2603 |
@Yidadaa may you need refactor this for client app in tauri when used runtime |
|
I've implemented a way to interact with openai function calling that goes like this:
This allows users to implement their own functions to be called, and provides for a pattern to have a server execute the function call in the future.
Let me know if this is a good approach and I can submit a PR in the next couple of days.
This is closely related to #165
The text was updated successfully, but these errors were encountered: