Trait llm_chain::tools::Describe

source ·
pub trait Describe {
    // Required method
    fn describe() -> Format;
}
Expand description

A trait to provide a description format for a tool.

Required Methods§

Implementors§