OPENAPI / COMPONENTS / SCHEMAS

Task Item data structure

TaskItem

Structural definition for Task Item in the OpenAI API contract.

object8properties
created_atintegerrequired

created at value in the OpenAI API contract.

headingstringrequired

heading value in the OpenAI API contract.

idstringrequired

id value in the OpenAI API contract.

objectstringrequired

object value in the OpenAI API contract.

summarystringrequired

summary value in the OpenAI API contract.

task_typeTaskTyperequired

task type value in the OpenAI API contract.

thread_idstringrequired

thread id value in the OpenAI API contract.

typestringrequired

type value in the OpenAI API contract.