StepCompleted

org.llm4s.agent.streaming.AgentEvent.StepCompleted
final case class StepCompleted(stepNumber: Int, hasToolCalls: Boolean, timestamp: Instant) extends AgentEvent

An execution step completed.

Value parameters

hasToolCalls

Whether this step produced tool calls

stepNumber

Zero-based step index

timestamp

When the step 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