Learn R Programming

llmflow (version 3.0.2)

package_function_schema: Create JSON Schema for Package Function Validation

Description

Create JSON Schema for Package Function Validation

Usage

package_function_schema(
  min_functions = 0,
  max_functions = 10,
  description = NULL
)

Value

List containing JSON schema

Arguments

min_functions

Integer. Minimum number of functions (default: 0 to allow empty)

max_functions

Integer. Maximum number of functions (default: 10)

description

Character string. Custom description