ListPromptsRequest
data class ListPromptsRequest(val cursor: Cursor? = null, val _meta: JsonObject = EmptyJsonObject) : ClientRequest, PaginatedRequest(source)
Sent from the client to request a list of prompts and prompt templates the server has.