Microsoft Azure · Schema

ChatCompletionTool

A tool the model may call.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
type string The type of the tool.
View JSON Schema on GitHub

JSON Schema

azure-openai-service-chat-completion-tool-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ChatCompletionTool",
  "type": "object",
  "description": "A tool the model may call.",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of the tool."
    }
  }
}