Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_CompactionBody.hrl
Raw

include/glopenai@response_CompactionBody.hrl

-record(compaction_body, {
id :: binary(),
encrypted_content :: binary(),
created_by :: gleam@option:option(binary())
}).