Packages

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

Current section

Files

Jump to
glopenai include glopenai@batch_BatchRequestInput.hrl
Raw

include/glopenai@batch_BatchRequestInput.hrl

-record(batch_request_input, {
custom_id :: binary(),
method :: glopenai@batch:batch_request_input_method(),
url :: glopenai@batch:batch_endpoint(),
body :: gleam@option:option(gleam@dynamic:dynamic_())
}).