Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_CodeInterpreterToolCall.hrl
Raw

include/glopenai@response_CodeInterpreterToolCall.hrl

-record(code_interpreter_tool_call, {
code :: gleam@option:option(binary()),
container_id :: binary(),
id :: binary(),
outputs :: gleam@option:option(list(glopenai@response:code_interpreter_tool_call_output())),
status :: glopenai@response:code_interpreter_tool_call_status()
}).