#FUNCTIONCALLING

2025-12-18

OpenAI vừa công bố loạt cập nhật đột phá: GPT-5.2 với đa phương tiện và sinh mã UI vượt trội, tăng cường gọi hàm thời gian thực (realtime function calling) với độ chính xác cải thiện 13%, và các mô hình nhúng tiên tiến hơn. Những cải tiến này mang lại bước tiến lớn cho AI agents thông minh, xử lý dữ liệu phức tạp, tự động hóa quy trình và tương tác giọng nói tự nhiên. Tương lai của phát triển AI đang thay đổi nhanh hơn bao giờ hết.
#OpenAI #GPT5 #AI #FunctionCalling #RealtimeAI #Multimodal #Em

Colin Copelandcopelco
2025-12-16

I'm finding it helpful to test with curl alongside the Python SDK while learning about function calling cakt.us/function-calling-pytho

All Things Openallthingsopen
2025-07-18

🚀 NEW on We ❤️ Open Source 🚀

Want to get into AI without spending $$$? Fran Hinkelmann shares how to start with open source tools, function calling, and fast-evolving code assistants.

allthingsopen.org/articles/get

Just implemented the first half of #AI #functioncalling in #HomeAssistant. Slow as shit, but it worked! 😃

#llm #qwen #qwen3

A screenshot of a debug output in Node-RED labeled "node: debug 2", timestamped 5/26/2025 at 2:41:02 AM. The output is an object containing a _msgid with value "8fef24a60334a3c7" and a payload of type string, which includes a JSON structure:

{
  "tool": "call_service",
  "args": {
    "domain": "switch",
    "service": "toggle",
    "entity_id": "switch.office_light_switch"
  },
  "repeat": false
}

Other fields include topic set to an empty string, user_prompt with the text: "Please turn on the office light.", and a collapsed light array of 13 elements.
Lucius ChenLucius_Chen
2025-03-06

Does anyone have any good GPTel tools to share?

2024-10-22

I've curated a dataset for nested instructions following and function calling. Any comment is welcome!
huggingface.co/datasets/fracta

#dataset #nlproc #instructions #functioncalling

Victoria Stuart 🇨🇦 🏳️‍⚧️persagen
2023-06-29

...
Addendum

GPT-4 function calling
shaankhosla.substack.com/p/gpt
reddit: old.reddit.com/r/LanguageTechn

On 2023-06-13 OpenAI made an exciting announcement: they introduced a new feature called function calling to two of their models. With the function calling API, GPT-4 can call your functions with arguments and essentially run your code. In my full write up I highlight a few cool examples and explain how this works:\=
masuksini.my/jSFrz

Victoria Stuart 🇨🇦 🏳️‍⚧️persagen
2023-06-15

Native JSON Output From GPT-4
yonom.substack.com/p/native-js

When integrating LLMs in your products, you often want to generate structured data, like JSONs. With the help of function calling (released June 13th 2023), this process has become much simpler

This is different than prompt engineering (where you generate JSON output by putting some JSON examples as part of GPT’s context window & ask it to generate a new one (few shot prompting)

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst