• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View 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
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