Struct langchain_rust::schemas::agent::LogTools
source · pub struct LogTools {
pub tool_id: String,
pub tools: String,
}
Expand description
Log tools is a struct used by the openai-like agents
Fields§
§tool_id: String
§tools: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for LogTools
impl<'de> Deserialize<'de> for LogTools
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LogTools
impl RefUnwindSafe for LogTools
impl Send for LogTools
impl Sync for LogTools
impl Unpin for LogTools
impl UnwindSafe for LogTools
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more