Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_FunctionShellCallOutput.hrl
Raw

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