Class TextChunk

java.lang.Object
uno.anahata.ai.tools.spi.pojos.TextChunk

public class TextChunk extends Object
A data transfer object representing a processed chunk of text.

This class holds a segment of text along with metadata about its position in the original source, the total line count, and any filtering or truncation that was applied.

  • Constructor Details

    • TextChunk

      public TextChunk()