Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ApplyPatchToolCallItemParam.hrl
Raw

include/glopenai@response_ApplyPatchToolCallItemParam.hrl

-record(apply_patch_tool_call_item_param, {
id :: gleam@option:option(binary()),
call_id :: binary(),
status :: glopenai@response:apply_patch_call_status_param(),
operation :: glopenai@response:apply_patch_operation_param()
}).