|
Longbridge OpenAPI C++ SDK
|
#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... | |
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.
| int64_t longbridge::agent::ChatTitleUpdatedPayload::chat_id |
ID of the owning conversation.
| std::string longbridge::agent::ChatTitleUpdatedPayload::chat_uid |
Conversation identifier.
| std::string longbridge::agent::ChatTitleUpdatedPayload::source |
Where the title came from, e.g. "ai_generated".
| std::string longbridge::agent::ChatTitleUpdatedPayload::title |
The new (possibly truncated) title.
| int64_t longbridge::agent::ChatTitleUpdatedPayload::updated_at |
Unix timestamp in seconds.