DevToolkit

LLM Function Calling Schema 生成器

可视化构建 LLM 工具调用 schema,一键导出 OpenAI / Anthropic / Zod / TypeScript

More formats coming soon (Gemini / Vercel AI / Pydantic)

Parameters (2)

{
  "type": "function",
  "function": {
    "name": "get_weather",
    "description": "Fetch current weather for a city",
    "parameters": {
      "type": "object",
      "properties": {
        "city": {
          "type": "string",
          "description": "City name"
        },
        "unit": {
          "type": "string",
          "description": "Temperature unit",
          "enum": [
            "celsius",
            "fahrenheit"
          ]
        }
      },
      "required": [
        "city"
      ]
    }
  }
}

Advertisement

Ad Slot B1

相关工具

Advertisement

Ad Slot B2