Current section
Files
Jump to
Current section
Files
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()
}).