• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🖤 BLACK FRIDAY DEALS ARE NOW LIVE! 🖤

    🔥 Enjoy an exclusive 10% discount on our LTD Plan — first-time ever offer!

    🚀 Unlock the Pabbly Plus Unlimited Yearly Plan and get unlimited access to every Pabbly application at a truly unbeatable Black Friday price.

    👉 Grab the Black Friday Offer

Is it possible to integrate function calling from Open AI assistant API with Pabbly Connect?

Vitorouski

Member
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:
)
This feature is so powefull and I don't know if there is any option to integrate function call with Pabbly Connect?
 

Preeti Paryani

Well-known member
Staff member
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:
  1. Create Assistant: Define your assistant.
  2. Create Thread: Start a new conversation thread.
  3. Create Message: Add user queries/messages.
  4. Create Run: Trigger a run to initiate function calls.
  5. 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!
 
Top