AgentStarted
org.llm4s.agent.streaming.AgentEvent.AgentStarted
final case class AgentStarted(query: String, toolCount: Int, timestamp: Instant) extends AgentEvent
Agent execution started.
Value parameters
- query
-
The user's query
- timestamp
-
When execution started
- toolCount
-
Number of tools available
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AgentEventclass Objecttrait Matchableclass Any
Members list
In this article