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