PromptListChangedNotification

@Serializable
@SerialName(value = "notifications/prompts/list_changed")
data class PromptListChangedNotification(val params: NotificationParams? = null) : JsonRpcNotification

A notification from the server to the client that the list of prompts has changed. The client may issue a prompts/list request to get the updated list.

Constructors

Link copied to clipboard
constructor(params: NotificationParams? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val params: NotificationParams?

Functions