ChatGPT · Schema

ChatCompletionNamedToolChoice

AgentsAIChatGPTEmbeddingsFine-TuningGPT-4GPT-5Language ModelOpenAIRealtime

Properties

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

JSON Schema

chatgpt-chat-completions-chat-completion-named-tool-choice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ChatCompletionNamedToolChoice",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of the tool."
    },
    "function": {
      "type": "object"
    }
  }
}