Package com.longbridge.agent
Class ContextCompressStartedEvent
- java.lang.Object
-
- com.longbridge.agent.ConversationStreamEvent
-
- com.longbridge.agent.ContextCompressStartedEvent
-
public final class ContextCompressStartedEvent extends ConversationStreamEvent
A context-compression pass has started, marking the start of a context-compression pass triggered by a long conversation.
-
-
Constructor Summary
Constructors Constructor Description ContextCompressStartedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInputs()Returns the compression input summary, as JSON text.StringgetStartedAt()Returns the start time, as an RFC 3339 timestamp.StringtoString()
-
-
-
Method Detail
-
getStartedAt
public String getStartedAt()
Returns the start time, as an RFC 3339 timestamp. Unlike other events, the timestamp here is a string rather than a Unix timestamp.- Returns:
- start time (RFC 3339)
-
getInputs
public String getInputs()
Returns the compression input summary, as JSON text.- Returns:
- compression input summary (JSON text), or
null
-
-