BaseChunker

class BaseChunker(ABC):

An abstract base class for all CAMEL chunkers.

chunk

def chunk(self, content: Any):

Chunk the given content