Type Alias PromptInfo

Source
pub type PromptInfo = Prompt;

Aliased Type§

pub struct PromptInfo {
    pub name: String,
    pub description: Option<String>,
    pub arguments: Option<Vec<PromptArgument>>,
}

Fields§

§name: String

Name of the prompt

§description: Option<String>

Description of what the prompt does

§arguments: Option<Vec<PromptArgument>>

Arguments that the prompt accepts