Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_EventResponseFunctionCallArgumentsDone.hrl
Raw

include/glopenai@response_EventResponseFunctionCallArgumentsDone.hrl

-record(event_response_function_call_arguments_done, {
name :: gleam@option:option(binary()),
sequence_number :: integer(),
item_id :: binary(),
output_index :: integer(),
arguments :: binary()
}).