tools
Method
This is a method of the AgentBuilder class in the builder module.Add multiple tools
Signature
Parameters
No description available.
Returns
The result of the operation.
tools: Add multiple tools
This is a method of the AgentBuilder class in the builder module.Add multiple tools
def tools(mut self, tools: impl IntoIterator<Item = impl Tool + 'static>) -> Self