pub type CompleteRequestParamsContext = CompleteRequestContext;👎Deprecated since 0.8.0:
Use CompleteRequestContext instead.
Aliased Type§
pub struct CompleteRequestParamsContext {
pub arguments: Option<BTreeMap<String, String>>,
}Fields§
§arguments: Option<BTreeMap<String, String>>Previously-resolved variables in a URI template or prompt.