ChatGPT · JSON Structure

Chatgpt Chat Completions Chat Completion Named Tool Choice Structure

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

ChatCompletionNamedToolChoice is a JSON Structure definition published by ChatGPT, 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": "ChatCompletionNamedToolChoice",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "function": {
      "type": "object"
    }
  }
}