Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ComputerCallSafetyCheckParam.hrl
Raw

include/glopenai@response_ComputerCallSafetyCheckParam.hrl

-record(computer_call_safety_check_param, {
id :: binary(),
code :: gleam@option:option(binary()),
message :: gleam@option:option(binary())
}).