请我喝杯咖啡
AI

JSON Schema 构建器

为 LLM 工具调用构建 JSON Schema。输出 OpenAI 和 Anthropic 工具格式。 在你的设备上运行——不上传、不存储任何内容。

输出格式
{
  "type": "function",
  "function": {
    "name": "function_name",
    "description": "",
    "parameters": {
      "type": "object",
      "properties": {}
    }
  }
}