Is it possible to integrate function calling from Open AI assistant API with Pabbly Connect?
Status: Open · Asked by Vitorouski on · 0 views
Pabbly connect is a perfect solution to integrate OpenAI Assistant API with many endpoints, like chatbots, etc.
Function calling is a feature of OpenAI Assistant API that gives you the power to call external functions in remote servers. https://platform.openai.com/docs/guides/function-calling
It allows for example to connect to a database and retrieve information and integrate it in a convertation with a chatbot (for exmple:
youtube.com/watch?v=vQhEiR2bNY8
)This feature is so powefull and I don't know if there is any option to integrate function call with Pabbly Connect?
Hello @Vitorouski
You can achieve similar functionality with OpenAI in Pabbly Connect using several actions and custom API request. Here are a few actions available in Pabbly:
- Create Assistant: Define your assistant.
- Create Thread: Start a new conversation thread.
- Create Message: Add user queries/messages.
- Create Run: Trigger a run to initiate function calls.
- Custom API Request: You can make custom API request if not available.
To use function calling, refer to OpenAI’s guide on function calling in their documentation: OpenAI Function Calling. This will guide you on implementing it with custom API requests in Pabbly. Let us know if you need further assistance!