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

#include <types.hpp>

Public Attributes

int64_t started_at
 Start time, Unix timestamp in seconds. More...
 

Detailed Description

Payload of a ThinkingStarted conversation stream event — the Agent has entered the reasoning phase (analyzing the question, planning tool calls). Between this and ThinkingFinished, Message events with message_type == "think" and tool-call events may arrive.

Member Data Documentation

◆ started_at

int64_t longbridge::agent::ThinkingStartedPayload::started_at

Start time, Unix timestamp in seconds.


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