GetPromptResult
data class GetPromptResult(val messages: List<PromptMessage>, val description: String? = null, val meta: JsonObject? = null) : ServerResult(source)
The server's response to a GetPromptRequest from the client.
Contains the prompt's messages and optional description. If the prompt was a template, the messages will have arguments already substituted.