ChatGPT · JSON Structure

Chatgpt Responses Response Tool Structure

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

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

Properties

type name description parameters strict vector_store_ids max_num_results ranking_options container display_width display_height environment server_label server_url allowed_tools headers

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ResponseTool",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "parameters": {
      "type": "object"
    },
    "strict": {
      "type": "boolean"
    },
    "vector_store_ids": {
      "type": "array"
    },
    "max_num_results": {
      "type": "integer"
    },
    "ranking_options": {
      "type": "object"
    },
    "container": {
      "type": "object"
    },
    "display_width": {
      "type": "integer"
    },
    "display_height": {
      "type": "integer"
    },
    "environment": {
      "type": "string"
    },
    "server_label": {
      "type": "string"
    },
    "server_url": {
      "type": "string"
    },
    "allowed_tools": {
      "type": "array"
    },
    "headers": {
      "type": "object"
    }
  }
}