[Question]: How does function calling works ? [ Newbie ] #2902
-
What is your question?How does function calling work in Assistants using LibreChat, I know how to use assistants in code, but where do I define my function ? More DetailsFor example, I have this function in my assistant
I know how to use assistants API directly using Python and impediment my function to retrieve products from an external API but how do I do that in LibreChat? What is the main subject of your question?OpenAI Assistants Function Calling Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
at the moment, custom function handling is not supported. this would involve custom code, and you'd have to dig into the codebase to do this, but I plan on integrating a modular system for this. For now, you can use openapi specs with actions. |
Beta Was this translation helpful? Give feedback.
at the moment, custom function handling is not supported. this would involve custom code, and you'd have to dig into the codebase to do this, but I plan on integrating a modular system for this.
For now, you can use openapi specs with actions.