Current section
Files
Jump to
Current section
Files
include/glopenai@response_ToolSearchOutputItemParam.hrl
-record(tool_search_output_item_param, {
id :: gleam@option:option(binary()),
call_id :: gleam@option:option(binary()),
execution :: gleam@option:option(glopenai@response:tool_search_execution_type()),
tools :: gleam@dynamic:dynamic_(),
status :: gleam@option:option(glopenai@response:output_status())
}).