OpenAI · JSON Structure

Openai Chat Completions Chat Completion Tool Structure

Type: object Properties: 2
AIArtificial IntelligenceLarge Language ModelsT1

ChatCompletionTool is a JSON Structure definition published by OpenAI, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type function

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ChatCompletionTool",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "function": {
      "type": "object"
    }
  }
}