Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ToolSearchCallItemParam.hrl
Raw

include/glopenai@response_ToolSearchCallItemParam.hrl

-record(tool_search_call_item_param, {
id :: gleam@option:option(binary()),
call_id :: gleam@option:option(binary()),
execution :: gleam@option:option(glopenai@response:tool_search_execution_type()),
arguments :: gleam@dynamic:dynamic_(),
status :: gleam@option:option(glopenai@response:output_status())
}).