Packages

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

Current section

Files

Jump to
glopenai include glopenai@batch_BatchRequestOutputResponse.hrl
Raw

include/glopenai@batch_BatchRequestOutputResponse.hrl

-record(batch_request_output_response, {
status_code :: integer(),
request_id :: binary(),
body :: gleam@dynamic:dynamic_()
}).