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