Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_NamespaceToolParam.hrl
Raw

include/glopenai@response_NamespaceToolParam.hrl

-record(namespace_tool_param, {
name :: binary(),
description :: binary(),
tools :: list(glopenai@response:namespace_tool_param_tool())
}).