Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_EventResponseImageGenCallPartialImage.hrl
Raw

include/glopenai@response_EventResponseImageGenCallPartialImage.hrl

-record(event_response_image_gen_call_partial_image, {
sequence_number :: integer(),
output_index :: integer(),
item_id :: binary(),
partial_image_index :: integer(),
partial_image_b64 :: binary()
}).