Message

org.llm4s.llmconnect.model.Message
See theMessage companion object
sealed trait Message

Represents a message in a conversation with an LLM (Large Language Model).

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def content: String

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Validates individual message

Validates individual message

Attributes