笔记🗒️ ⋮ Function calling
这篇主要整理一下openai和国内(dashscope、gitee等)模型平台的function calling的格式区别。
仅总结可调用工具列表的定义方式,即:“如何定义工具列表”。
OpenAItools = [
{
"type": "function",
"name": "get_horoscope",
"description": "Get today's horoscope for an
more...