Packages

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

Current section

Files

Jump to
glopenai include glopenai@chat_ChatCompletionDeleted.hrl
Raw

include/glopenai@chat_ChatCompletionDeleted.hrl

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