OPENAPI / COMPONENTS / SCHEMAS

Custom Tool Call Output data structure

CustomToolCallOutput

Structural definition for Custom Tool Call Output in the OpenAI API contract.

object5properties
call_idstringrequired

call id value in the OpenAI API contract.

callerstring

caller value in the OpenAI API contract.

idstring

id value in the OpenAI API contract.

outputstringrequired

output value in the OpenAI API contract.

typestringrequired

type value in the OpenAI API contract.