Package com.longbridge.agent
Class ContextCompressFinishedEvent
- java.lang.Object
-
- com.longbridge.agent.ConversationStreamEvent
-
- com.longbridge.agent.ContextCompressFinishedEvent
-
public final class ContextCompressFinishedEvent extends ConversationStreamEvent
The context-compression pass has finished.
-
-
Constructor Summary
Constructors Constructor Description ContextCompressFinishedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedAt()Returns the finish time, as an RFC 3339 timestamp.StringgetInputs()Returns the compression input summary, as JSON text.StringgetOutputs()Returns the compression result summary, as JSON text.StringtoString()
-
-
-
Method Detail
-
getCreatedAt
public String getCreatedAt()
Returns the finish time, as an RFC 3339 timestamp. Unlike other events, the timestamp here is a string rather than a Unix timestamp.- Returns:
- finish time (RFC 3339)
-
getInputs
public String getInputs()
Returns the compression input summary, as JSON text.- Returns:
- compression input summary (JSON text), or
null
-
getOutputs
public String getOutputs()
Returns the compression result summary, as JSON text.- Returns:
- compression result summary (JSON text), or
null
-
-