Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct AtifToolCall {
pub tool_call_id: String,
pub function_name: String,
pub arguments: Json,
pub extra: Option<Json>,
}
A tool call made by the agent.
tool_call_id: StringCorrelation ID linking this call to its observation result.
function_name: StringName of the tool/function called.
arguments: JsonArguments passed to the tool.
extra: Option<Json>Provider or host-specific metadata for this tool call.
impl Clone for AtifToolCallimpl Clone for AtifToolCall
clonefn clone(&self) -> AtifToolCall
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for AtifToolCallimpl Debug for AtifToolCall
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for AtifToolCallimpl<'de> Deserialize<'de> for AtifToolCall
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Serialize for AtifToolCallimpl Serialize for AtifToolCall
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,