| Type | R Documentation |
These S7 classes are provided for use by package devlopers who are
extending ellmer. In every day use, use type_boolean() and friends.
TypeBasic(description = NULL, required = TRUE, type = stop("Required"))
TypeEnum(description = NULL, required = TRUE, values = character(0))
TypeArray(description = NULL, required = TRUE, items = Type())
TypeJsonSchema(description = NULL, required = TRUE, json = list())
TypeIgnore(description = NULL, required = TRUE)
TypeObject(
description = NULL,
required = TRUE,
properties = list(),
additional_properties = FALSE
)
S7 objects inheriting from Type
TypeBasic(type = "boolean")
TypeArray(items = TypeBasic(type = "boolean"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.