Current section
Files
Jump to
Current section
Files
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_())
}).