ListPromptsRequest
data class ListPromptsRequest(val params: PaginatedRequestParams? = null) : ClientRequest, PaginatedRequest(source)
Sent from the client to request a list of prompts and prompt templates the server has.
This request supports pagination through the cursor parameter. If the server has many prompts, it may return a subset along with a cursor to fetch the next page.