ParameterImpl

Properties

Link copied to clipboard
open override var description: String

This is the description to help the model understand what it needs to output.

Link copied to clipboard
open override var name: String

This is the name of the parameter

Link copied to clipboard
open override var required: Boolean

This determines if the parameter is required or not.

Link copied to clipboard
open override var type: KClass<*>

This is the type of the parameter.