ToolSchema
data class ToolSchema(val properties: JsonObject? = null, val required: List<String>? = null)(source)
A JSON Schema for tool input or output parameters.
This is a simplified schema structure that must be of type "object".
A JSON Schema for tool input or output parameters.
This is a simplified schema structure that must be of type "object".