TextComplete

org.llm4s.agent.streaming.AgentEvent.TextComplete
final case class TextComplete(fullText: String, timestamp: Instant) extends AgentEvent

Text generation for the current step completed.

Value parameters

fullText

The complete generated text for this step

timestamp

When generation completed

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product