|
Longbridge OpenAPI C++ SDK
|
#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... | |
Payload of a ThinkingFinished conversation stream event — the reasoning phase is over; answer text (Message with message_type == "answer") follows.
| int32_t longbridge::agent::ThinkingFinishedPayload::elapsed_time |
Reasoning duration in seconds.
| int64_t longbridge::agent::ThinkingFinishedPayload::finished_at |
Finish time, Unix timestamp in seconds.