Packages

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

Current section

Files

Jump to
glopenai include glopenai@batch_BatchError.hrl
Raw

include/glopenai@batch_BatchError.hrl

-record(batch_error, {
code :: binary(),
message :: binary(),
param :: gleam@option:option(binary()),
line :: gleam@option:option(integer())
}).