Current section
Files
Jump to
Current section
Files
include/glopenai@batch_BatchRequestOutput.hrl
-record(batch_request_output, {
id :: binary(),
custom_id :: binary(),
response :: gleam@option:option(glopenai@batch:batch_request_output_response()),
error :: gleam@option:option(glopenai@batch:batch_request_output_error())
}).