Current section
Files
Jump to
Current section
Files
include/glopenai@chatkit_TaskItem.hrl
-record(task_item, {
id :: binary(),
object :: binary(),
created_at :: integer(),
thread_id :: binary(),
task_type :: glopenai@chatkit:task_type(),
heading :: gleam@option:option(binary()),
summary :: gleam@option:option(binary())
}).