ChatGPT · JSON Structure

Chatgpt Chat Completions Chat Completion Tool Structure

Type: object Properties: 1
AgentsAIChatGPTEmbeddingsFine-TuningGPT-4GPT-5Language ModelOpenAIRealtime

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

Properties

type

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"
    }
  }
}