TextSerializable

Abstract class representing a text-serializable object. This class provides a contract for converting an object to a text representation that can be utilized by language learning models (LLMs) or other text-processing systems.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun textForLLM(): String

Abstract method to retrieve a text representation for integration with language learning models.