Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct PluginOutput {
pub translated_request: LlmRequest,
pub translation_report: TranslationReport,
}
Output produced by a plugin after translation.
Contains the translated request in the backend’s native API format and a TranslationReport describing what happened to each intent.
translated_request: LlmRequestThe final request in the backend’s native API format.
translation_report: TranslationReportReport describing what happened to each intent.
impl Debug for PluginOutputimpl Debug for PluginOutput
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result