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.

  • Classes
    Class
    Description
    A POJO that encapsulates file content and metadata for context-aware operations.
    A data transfer object representing a processed chunk of text.