Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_CustomToolParam.hrl
Raw

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())
}).