Enum Call Kind

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

1pub enum CallKind {
2 Llm,
3 Tool,
4}

Kind of runtime call captured in adaptive telemetry.

Variants

Llm

Llm

LLM or model-provider invocation.

Tool

Tool

Tool invocation.

Trait Implementations

impl Clone for CallKind

impl Clone for CallKind

clone

fn clone(&self) -> CallKind

clone_from

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

impl Debug for CallKind

impl Debug for CallKind

fmt

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

impl<'de> Deserialize<'de> for CallKind

impl<'de> Deserialize<'de> for CallKind

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl Hash for CallKind

impl Hash for CallKind

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 PartialEq for CallKind

impl PartialEq for CallKind

eq

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

ne

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

impl Serialize for CallKind

impl Serialize for CallKind

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl Copy for CallKind

impl Copy for CallKind

impl Eq for CallKind

impl Eq for CallKind

impl StructuralPartialEq for CallKind

impl StructuralPartialEq for CallKind