Package uno.anahata.ai.tools.spi.pojos
package uno.anahata.ai.tools.spi.pojos
Contains Plain Old Java Objects (POJOs) used as data transfer objects for the tools in the SPI.
This package holds simple data structures that serve as return types or parameters for the
tool methods defined in the uno.anahata.ai.tools.spi package. A key example is
FileInfo, which encapsulates the content and
metadata of a file for stateful file operations.
