FunctionParametersDto

@Serializable
data class FunctionParametersDto(var type: String = "object", val properties: MutableMap<String, FunctionPropertyDescDto> = mutableMapOf(), val required: MutableList<String> = mutableListOf())(source)

Constructors

Link copied to clipboard
constructor(type: String = "object", properties: MutableMap<String, FunctionPropertyDescDto> = mutableMapOf(), required: MutableList<String> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@EncodeDefault
var type: String