pub trait HasGetPromptParams: Params { // Required methods fn name(&self) -> &String; fn arguments(&self) -> Option<&HashMap<String, String>>; }