
Constructive options for class 'ellmer::TypeEnum`'
Source:R/s7-elmer_TypeEnum.R
opts_ellmer_TypeEnum.Rd
These options will be used on objects of class 'ellmer::TypeEnum`'.
Usage
opts_ellmer_TypeEnum(constructor = c("type_enum", "TypeEnum", "next"), ...)
Details
Depending on constructor
, we construct the object as follows:
"TypeEnum"
(default): We build the object usingellmer::TypeEnum()
."next"
: Use the constructor for the next supported class.