Packages

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

Current section

Files

Jump to
glopenai include glopenai@chatkit_TaskGroupItem.hrl
Raw

include/glopenai@chatkit_TaskGroupItem.hrl

-record(task_group_item, {
id :: binary(),
object :: binary(),
created_at :: integer(),
thread_id :: binary(),
tasks :: list(glopenai@chatkit:task_group_task())
}).