Packages

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

Current section

Files

Jump to
glopenai include glopenai@chatkit_ThreadResource.hrl
Raw

include/glopenai@chatkit_ThreadResource.hrl

-record(thread_resource, {
id :: binary(),
object :: binary(),
created_at :: integer(),
title :: gleam@option:option(binary()),
status :: glopenai@chatkit:thread_status(),
user :: binary(),
items :: gleam@option:option(glopenai@chatkit:thread_item_list_resource())
}).