pub type PromptResult = GetPromptResult;
Aliased Type§
pub struct PromptResult {
pub description: Option<String>,
pub messages: Vec<PromptMessage>,
pub meta: Option<HashMap<String, Value>>,
}
Fields§
§description: Option<String>
Description of the prompt result
messages: Vec<PromptMessage>
Messages generated by the prompt
meta: Option<HashMap<String, Value>>
Result metadata (2025-03-26 NEW)