class

OpenAI::TaskGroupTask

Inherits JSON::Serializable < Reference < Object

Task entry that appears within a TaskGroup.

Constructors

new(type_value : TaskType = TaskType::Custom, heading : TaskGroupTaskHeading = nil, summary : TaskGroupTaskSummary = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

heading
Source
heading=(heading : TaskGroupTaskHeading)
Source
summary
Source
summary=(summary : TaskGroupTaskSummary)
Source
type_value

Subtype for the grouped task.

Source
type_value=(type_value : TaskType)

Subtype for the grouped task.

Source