External Publication
Visit Post

Do you use Function Calling or use Intent Recognition + Internal Orchestration?

OpenAI Developer Community May 9, 2026
Source
They are for different purposes. What are you trying to achieve? Describe the problem you are trying to solve in more detail? Function calling is most appropriate when you are trying to delegate decision making and action taking to the LLM. A good example of that is a chatbot where you are providing the bot with tools to answer unpredictable queries. Another great example of that is a coding agent. On the other hand you might have a more deterministic workflow that needs to make more discrete use of LLM properties, for example summarising text in batches.

Discussion in the ATmosphere

Loading comments...