ChatGPT · Schema

ResponseOutputItem

AgentsAIChatGPTEmbeddingsFine-TuningGPT-4GPT-5Language ModelOpenAIRealtime

Properties

Name Type Description
type string The type of the output item.
id string The unique ID of the output item.
role string The role of the output item.
status string The status of the output item.
content array The content of the output message. Present when type is message.
name string The name of the function being called. Present when type is function_call.
call_id string The unique ID of the function call. Present when type is function_call.
arguments string The arguments to the function call in JSON format. Present when type is function_call.
summary array A summary of the reasoning performed by the model. Present when type is reasoning.
View JSON Schema on GitHub