Current section
Files
Jump to
Current section
Files
include/glopenai@response_FunctionShellCallOutputContent.hrl
-record(function_shell_call_output_content, {
stdout :: binary(),
stderr :: binary(),
outcome :: glopenai@response:function_shell_call_output_outcome(),
created_by :: gleam@option:option(binary())
}).