HandoffCompleted
org.llm4s.agent.streaming.AgentEvent.HandoffCompleted
final case class HandoffCompleted(targetAgentName: String, success: Boolean, timestamp: Instant) extends AgentEvent
Handoff completed - control returned from target agent.
Value parameters
- success
-
Whether the target agent succeeded
- targetAgentName
-
Name of the agent that handled the request
- timestamp
-
When handoff completed
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AgentEventclass Objecttrait Matchableclass Any
Members list
In this article