FunctionObject
data class FunctionObject(val name: String, val description: String? = null, val parameters: JsonElement? = null, val strict: Boolean? = false)(source)
Represents a function that can be called by the model.
Constructors
Link copied to clipboard
constructor(name: String, description: String? = null, parameters: JsonElement? = null, strict: Boolean? = false)