Struct LlmSanitize Request Context

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

pub struct LlmSanitizeRequestContext {
    pub codec: Option<LlmCodecIdentity>,
    pub codec_capability_id: Option<String>,
}

Fields

codec: Option<LlmCodecIdentity>

codec_capability_id: Option<String>

Opaque, invocation-scoped host capability. SDKs must not expose this value.

Implementations

impl LlmSanitizeRequestContext

impl LlmSanitizeRequestContext

codec_capability_id

pub fn codec_capability_id(&self) -> &str

Returns the value of codec_capability_id, or the default value if codec_capability_id is unset.

Trait Implementations

impl Clone for LlmSanitizeRequestContext

impl Clone for LlmSanitizeRequestContext

clone

fn clone(&self) -> LlmSanitizeRequestContext

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for LlmSanitizeRequestContext

impl Debug for LlmSanitizeRequestContext

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Default for LlmSanitizeRequestContext

impl Default for LlmSanitizeRequestContext

default

fn default() -> Self

impl Hash for LlmSanitizeRequestContext

impl Hash for LlmSanitizeRequestContext

hash

fn hash<__H: Hasher>(&self, state: &mut __H)

hash_slice

fn hash_slice<H>(data: &[Self], state: &mut H)where
    H: Hasher,
    Self: Sized,

impl Message for LlmSanitizeRequestContext

impl Message for LlmSanitizeRequestContext

encoded_len

fn encoded_len(&self) -> usize

clear

fn clear(&mut self)

encode

fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
    Self: Sized,

encode_to_vec

fn encode_to_vec(&self) -> Vec<u8> where
    Self: Sized,

encode_length_delimited

fn encode_length_delimited(
    &self,
    buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
    Self: Sized,

encode_length_delimited_to_vec

fn encode_length_delimited_to_vec(&self) -> Vec<u8> where
    Self: Sized,

decode

fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
    Self: Default,

decode_length_delimited

fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
    Self: Default,

merge

fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
    Self: Sized,

merge_length_delimited

fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
    Self: Sized,

impl PartialEq for LlmSanitizeRequestContext

impl PartialEq for LlmSanitizeRequestContext

eq

fn eq(&self, other: &LlmSanitizeRequestContext) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Eq for LlmSanitizeRequestContext

impl Eq for LlmSanitizeRequestContext

impl StructuralPartialEq for LlmSanitizeRequestContext

impl StructuralPartialEq for LlmSanitizeRequestContext