Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_FunctionShellAction.hrl
Raw

include/glopenai@response_FunctionShellAction.hrl

-record(function_shell_action, {
commands :: list(binary()),
timeout_ms :: gleam@option:option(integer()),
max_output_length :: gleam@option:option(integer())
}).