Packages

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

Current section

Files

Jump to
glopenai include glopenai@chatkit_DeletedThreadResource.hrl
Raw

include/glopenai@chatkit_DeletedThreadResource.hrl

-record(deleted_thread_resource, {
id :: binary(),
object :: binary(),
deleted :: boolean()
}).