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 Serializabletrait Producttrait Equalstrait AgentEventclass Objecttrait Matchableclass Any
Members list
In this article