StructuredTool

Trait StructuredTool 

Source
pub trait StructuredTool {
    type Output: IntoStructuredToolResult;

    // Required method
    fn call(&self) -> Self::Output;
}

Required Associated Types§

Source

type Output: IntoStructuredToolResult

Required Methods§

Source

fn call(&self) -> Self::Output

Implementors§