OpenAI::TaskGroupItem
Inherits JSON::Serializable < Reference < Object
Collection of workflow tasks grouped together in the thread.
Constructors
new(pull : JSON::PullParser)
Sourcenew(id : String = "", object : TaskGroupItemObject = TaskGroupItemObject::ChatkitThreadItem, created_at : Int64 = 0, thread_id : String = "", type_value : TaskGroupItemType = TaskGroupItemType::ChatkitTaskGroup, tasks : Array(TaskGroupTask) = [] of TaskGroupTask)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : TaskGroupItemType)
Type discriminator that is always chatkit.task_group.