iteroo provides a functional, object-oriented interface for working with iterators in Python. It wraps any iterable and exposes a rich set of methods for chaining, transformation, and collection, ...
In the docs for tools, there's a paragraph that says: The decorator extracts information from your function's docstring to create the tool specification. The first paragraph becomes the tool's ...