Skip to main content

PromptListChangedNotification

Type Alias PromptListChangedNotification 

Source
pub type PromptListChangedNotification = NotificationNoParam<PromptListChangedNotificationMethod>;
Expand description

Notification sent when the list of available prompts changes

Aliased Type§

pub struct PromptListChangedNotification {
    pub method: PromptListChangedNotificationMethod,
    pub extensions: Extensions,
}

Fields§

§method: PromptListChangedNotificationMethod§extensions: Extensions

extensions will carry anything possible in the context, including Meta

this is similar with the Extensions in http crate