Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct FunctionCall {
pub name: String,
pub arguments: String,
}
A function call within a tool call.
name: StringThe name of the function to call.
arguments: StringThe function arguments as a JSON string (per OpenAI convention).
impl Clone for FunctionCallimpl Clone for FunctionCall
clonefn clone(&self) -> FunctionCall
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for FunctionCallimpl Debug for FunctionCall
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for FunctionCallimpl<'de> Deserialize<'de> for FunctionCall
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl PartialEq for FunctionCallimpl PartialEq for FunctionCall
eqfn eq(&self, other: &FunctionCall) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for FunctionCallimpl Serialize for FunctionCall
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for FunctionCallimpl StructuralPartialEq for FunctionCall