TextChunkInput

org.llm4s.llmconnect.model.TextChunkInput
final case class TextChunkInput(chunks: Seq[String]) extends MMInput

Text as pre-chunked strings (optional helper for local text paths).

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MMInput
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def bytesApprox: Long

Approximate payload size in bytes (for logging/back-pressure).

Approximate payload size in bytes (for logging/back-pressure).

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product