• Published on
    This post walks through setting up an AI agent on Predictable Dialogs to fetch current weather data using OpenAI function calling. It demonstrates how to define a getWeather function with latitude and longitude parameters, configure the Open-Meteo API endpoint using the GET method, and link it within the Predictable Dialogs platform.
  • Published on
    This post explains practical uses of function calling in AI applications, highlighting three core categories: Data Collection, Action Triggering, and Information Retrieval. By integrating external APIs, function calling enables AI to move beyond static replies to perform dynamic tasks in the real world.
  • Published on
    This guide walks through configuring function calling in OpenAI Assistants using OpenAI's dashboard. It explains how to enable functions, auto-generate function schemas using AI, and connect those to real API endpoints.