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

#include <types.hpp>

Public Attributes

int64_t chat_id
 ID of the owning conversation. More...
 
std::string chat_uid
 Conversation identifier. More...
 
std::string source
 Where the title came from, e.g. "ai_generated". More...
 
std::string title
 The new (possibly truncated) title. More...
 
int64_t updated_at
 Unix timestamp in seconds. More...
 

Detailed Description

Payload of a ChatTitleUpdated conversation stream event — the server auto-generates a short title for the conversation as a UI convenience. Can arrive before or after WorkflowFinished; not tied to the run's outcome.

Member Data Documentation

◆ chat_id

int64_t longbridge::agent::ChatTitleUpdatedPayload::chat_id

ID of the owning conversation.

◆ chat_uid

std::string longbridge::agent::ChatTitleUpdatedPayload::chat_uid

Conversation identifier.

◆ source

std::string longbridge::agent::ChatTitleUpdatedPayload::source

Where the title came from, e.g. "ai_generated".

◆ title

std::string longbridge::agent::ChatTitleUpdatedPayload::title

The new (possibly truncated) title.

◆ updated_at

int64_t longbridge::agent::ChatTitleUpdatedPayload::updated_at

Unix timestamp in seconds.


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