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