Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_CodeInterpreterContainerAuto.hrl
Raw

include/glopenai@response_CodeInterpreterContainerAuto.hrl

-record(code_interpreter_container_auto, {
file_ids :: gleam@option:option(list(binary())),
memory_limit :: gleam@option:option(integer())
}).