Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_EventResponseCustomToolCallInputDelta.hrl
Raw

include/glopenai@response_EventResponseCustomToolCallInputDelta.hrl

-record(event_response_custom_tool_call_input_delta, {
sequence_number :: integer(),
output_index :: integer(),
item_id :: binary(),
delta :: binary()
}).