Packages

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

Current section

Files

Jump to
glopenai include glopenai@shared_FunctionObject.hrl
Raw

include/glopenai@shared_FunctionObject.hrl

-record(function_object, {
name :: binary(),
description :: gleam@option:option(binary()),
parameters :: gleam@option:option(gleam@dynamic:dynamic_()),
strict :: gleam@option:option(boolean())
}).