Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_FunctionShellCallOutputItemParam.hrl
Raw

include/glopenai@response_FunctionShellCallOutputItemParam.hrl

-record(function_shell_call_output_item_param, {
id :: gleam@option:option(binary()),
call_id :: binary(),
output :: list(glopenai@response:function_shell_call_output_content_param()),
max_output_length :: gleam@option:option(integer())
}).