|
Longbridge OpenAPI C++ SDK
|
#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... | |
Payload of a PlanChanged conversation stream event — the Agent created or updated its task plan.
| std::string longbridge::agent::PlanChangedPayload::node_id |
ID of the planning node.
| std::string longbridge::agent::PlanChangedPayload::outputs_json |
The current plan content, as a JSON string; empty when absent.
| int64_t longbridge::agent::PlanChangedPayload::started_at |
Time of the change, Unix timestamp in seconds.
| std::string longbridge::agent::PlanChangedPayload::tool_name |
Identifies the planning tool.