Class 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 Detail

      • ContextCompressStartedEvent

        public ContextCompressStartedEvent()
    • 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