Parameters

data class Parameters(val schema: JsonElement)

Represents parameters that a function accepts, described as a JSON Schema object.

Constructors

Link copied to clipboard
constructor(schema: JsonElement)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object JsonDataSerializer : KSerializer<Parameters>

Custom serializer for the Parameters class.

Properties

Link copied to clipboard
val schema: JsonElement

Json Schema object.