Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::agent::ContextCompressStartedPayload Struct Reference

#include <types.hpp>

Public Attributes

std::string started_at
 Start time, RFC 3339. More...
 
std::string inputs_json
 Compression input summary, as a JSON string; empty when absent. More...
 

Detailed Description

Payload of a ContextCompressStarted conversation stream event, marking the start of a context-compression pass triggered by a long conversation. Unlike other events, started_at here is an RFC 3339 string.

Member Data Documentation

◆ inputs_json

std::string longbridge::agent::ContextCompressStartedPayload::inputs_json

Compression input summary, as a JSON string; empty when absent.

◆ started_at

std::string longbridge::agent::ContextCompressStartedPayload::started_at

Start time, RFC 3339.


The documentation for this struct was generated from the following file: