Struct Atif Observation Result

View as Markdown

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

pub struct AtifObservationResult {
    pub source_call_id: Option<String>,
    pub content: Option<Json>,
    pub subagent_trajectory_ref: Option<Vec<AtifSubagentTrajectoryRef>>,
    pub extra: Option<Json>,
}

A single observation result from a tool call.

Fields

source_call_id: Option<String>

Correlation ID linking to the originating tool call.

content: Option<Json>

The tool’s output content.

subagent_trajectory_ref: Option<Vec<AtifSubagentTrajectoryRef>>

References to delegated subagent trajectories.

extra: Option<Json>

Provider or host-specific metadata for this observation.

Trait Implementations

impl Clone for AtifObservationResult

impl Clone for AtifObservationResult

clone

fn clone(&self) -> AtifObservationResult

clone_from

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

impl Debug for AtifObservationResult

impl Debug for AtifObservationResult

fmt

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

impl<'de> Deserialize<'de> for AtifObservationResult

impl<'de> Deserialize<'de> for AtifObservationResult

deserialize

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

impl Serialize for AtifObservationResult

impl Serialize for AtifObservationResult

serialize

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