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