Skip to main content

tools

Method
This is a method of the AgentBuilder class in the builder module.
Add multiple tools

Signature

def tools(mut self, tools: impl IntoIterator<Item = impl Tool + 'static>) -> Self

Parameters

tools
impl IntoIterator<Item
default:"impl Tool + 'static>"
No description available.

Returns

Returns
Self
The result of the operation.