macro_rules! build_with_tools {
($self:expr, $builder:expr, $input:expr) => { ... };
}Expand description
Macro to build agent with tools In rig-core 0.22.0, calling .tool() changes builder type from AgentBuilder to AgentBuilderSimple
macro_rules! build_with_tools {
($self:expr, $builder:expr, $input:expr) => { ... };
}Macro to build agent with tools In rig-core 0.22.0, calling .tool() changes builder type from AgentBuilder to AgentBuilderSimple