ListPromptsParams

@Serializable
data class ListPromptsParams(val cursor: String? = null, val _meta: Map<String, JsonElement>? = null)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, _meta: Map<String, JsonElement>? = null)

Properties

Link copied to clipboard
val _meta: Map<String, JsonElement>?
Link copied to clipboard