Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_FunctionShellCallOutputContentParam.hrl
Raw

include/glopenai@response_FunctionShellCallOutputContentParam.hrl

-record(function_shell_call_output_content_param, {
stdout :: binary(),
stderr :: binary(),
outcome :: glopenai@response:function_shell_call_output_outcome_param()
}).