09:08 · Apr 7, 2026 · Tue toolcall-gateway :让不支持function call的模型支持function call🌐 链接: https://linux.do/t/topic/1915096🔍 关键词: #api🏷️ 分组: LinuxDo论坛🕒 时间: 2026-04-07 17:07:33 LINUX DO toolcall-gateway :让不支持function call的模型支持function call 分享一个从我的web2api项目抽离出来的python库(已发布pypi):toolcall-gateway 作用:让不支持function call的模型支持function call 原理: flowchart LR O["你的 SDK / 网关 / HTTP 层"] --> A["OpenAI-style 输入\nmessages + tools + tool_choice"] H["历史工具语义\nassistant tool_calls + tool results"] --> A…