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