Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@chatkit_TaskItem.hrl
Raw

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())
}).