Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ApplyPatchToolCallOutput.hrl
Raw

include/glopenai@response_ApplyPatchToolCallOutput.hrl

-record(apply_patch_tool_call_output, {
id :: binary(),
call_id :: binary(),
status :: glopenai@response:apply_patch_call_output_status_param(),
output :: gleam@option:option(binary()),
created_by :: gleam@option:option(binary())
}).