Current section
Files
Jump to
Current section
Files
include/glopenai@response_CustomToolParam.hrl
-record(custom_tool_param, {
name :: binary(),
description :: gleam@option:option(binary()),
format :: glopenai@response:custom_tool_param_format(),
defer_loading :: gleam@option:option(boolean())
}).