Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
A no-op provider plugin that passes requests through unchanged.
Returns the rewritten_request as-is (cloned) and generates a TranslationReport where every intent is marked [TranslationStatus::Ignored] with ReasonCode::NotRelevant.
impl ProviderPlugin for PassthroughPluginimpl ProviderPlugin for PassthroughPlugin
plugin_idfn plugin_id(&self) -> &str
plugin_namefn plugin_name(&self) -> &str
translatefn translate(&self, input: &PluginInput<'_>) -> Result<PluginOutput>
capabilitiesfn capabilities(&self) -> BackendCapabilities