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

#include <types.hpp>

Public Attributes

std::string node_id
 ID of the planning node. More...
 
int64_t started_at
 Time of the change, Unix timestamp in seconds. More...
 
std::string outputs_json
 The current plan content, as a JSON string; empty when absent. More...
 
std::string tool_name
 Identifies the planning tool. More...
 

Detailed Description

Payload of a PlanChanged conversation stream event — the Agent created or updated its task plan.

Member Data Documentation

◆ node_id

std::string longbridge::agent::PlanChangedPayload::node_id

ID of the planning node.

◆ outputs_json

std::string longbridge::agent::PlanChangedPayload::outputs_json

The current plan content, as a JSON string; empty when absent.

◆ started_at

int64_t longbridge::agent::PlanChangedPayload::started_at

Time of the change, Unix timestamp in seconds.

◆ tool_name

std::string longbridge::agent::PlanChangedPayload::tool_name

Identifies the planning tool.


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