Microsoft Azure · Schema

toolCallType

The type of the tool call, in this case `function`.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1
View JSON Schema on GitHub

JSON Schema

microsoft-azure-toolcalltype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/toolCallType",
  "title": "toolCallType",
  "type": "string",
  "enum": [
    "function"
  ],
  "description": "The type of the tool call, in this case `function`.",
  "x-ms-enum": {
    "name": "ToolCallType",
    "modelAsString": true,
    "values": [
      {
        "value": "function",
        "description": "The tool call type is function."
      }
    ]
  }
}