Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_FunctionShellCallOutputContent.hrl
Raw

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())
}).