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

#include <types.hpp>

Public Attributes

int64_t finished_at
 Finish time, Unix timestamp in seconds. More...
 
int32_t elapsed_time
 Reasoning duration in seconds. More...
 

Detailed Description

Payload of a ThinkingFinished conversation stream event — the reasoning phase is over; answer text (Message with message_type == "answer") follows.

Member Data Documentation

◆ elapsed_time

int32_t longbridge::agent::ThinkingFinishedPayload::elapsed_time

Reasoning duration in seconds.

◆ finished_at

int64_t longbridge::agent::ThinkingFinishedPayload::finished_at

Finish time, Unix timestamp in seconds.


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