Current section
Files
Jump to
Current section
Files
include/glopenai@response_FunctionShellCallOutputItemParam.hrl
-record(function_shell_call_output_item_param, {
id :: gleam@option:option(binary()),
call_id :: binary(),
output :: list(glopenai@response:function_shell_call_output_content_param()),
max_output_length :: gleam@option:option(integer())
}).