pub trait HasPromptAnnotations {
// Provided method
fn annotations(&self) -> Option<&PromptAnnotations> { ... }
}
Expand description
Prompt annotations trait
pub trait HasPromptAnnotations {
// Provided method
fn annotations(&self) -> Option<&PromptAnnotations> { ... }
}
Prompt annotations trait