View Source ExOpenAI.Components.TaskItem (ex_openai.ex v2.0.0-beta2)
Task emitted by the workflow to show progress and status updates.
Fields
:created_at- required -integer()
Unix timestamp (in seconds) for when the item was created.:heading- required -String.t() | any():id- required -String.t()
Identifier of the thread item.:object- required -:"chatkit.thread_item"
Type discriminator that is alwayschatkit.thread_item.
Allowed values:"chatkit.thread_item"
Default:"chatkit.thread_item":summary- required -String.t() | any():task_type- required -ExOpenAI.Components.TaskType.t()
Subtype for the task.:thread_id- required -String.t()
Identifier of the parent thread.:type- required -:"chatkit.task"
Type discriminator that is alwayschatkit.task.
Allowed values:"chatkit.task"
Default:"chatkit.task"