class

LLM::LocalFunction::Param

Inherits Reference < Object

The Param class defines the schema for a single parameter of a LocalFunction

Constructors

new(name : String, type : LLM::LocalFunction::Param::Type, description : String, required : Bool = false)
Source

Instance methods

description
Source
name
Source
required?
Source
type
Source

Nested types