Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_EventResponseError.hrl
Raw

include/glopenai@response_EventResponseError.hrl

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