RawMediaInput

org.llm4s.llmconnect.model.RawMediaInput
final case class RawMediaInput(data: Array[Byte], mime: String) extends MMInput

Raw, unparsed bytes representing the media object. Provided for generic multimodal HTTP providers.

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